Skip to content

Commit 9aabcb1

Browse files
committed
updated readme
1 parent 95b2559 commit 9aabcb1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ The following methods are available to obtain support for Swagger:
2222
## Get started with Swagger!
2323
See the guide on [getting started with swagger](https://github.com/wordnik/swagger-core/wiki/Adding-Swagger-to-your-API) to get started with adding swagger to your API.
2424

25+
## Compatability
26+
The Swagger Specification has undergone 3 revisions since initial creation in 2010. The swagger-core project has the following compatibilies with the swagger specification:
27+
28+
Swagger core Version | Release Date | Swagger Spec compatability | Notes
29+
----------------------- | ------------ | -------------------------- | -----
30+
1.5.0 (in development) | n/a | 2.0 | [branch develop_2.0](https://github.com/wordnik/swagger-core/tree/develop_2.0)
31+
1.3.9 | 2014-09-18 | 1.2 | [tag v1.3.9](https://github.com/wordnik/swagger-core/tree/v1.3.9)
32+
1.2.4 | 2013-06-19 | 1.1 | [tag swagger-project_2.10.0-1.2.4](https://github.com/wordnik/swagger-core/tree/swagger-project_2.10.0-1.2.4)
33+
1.0.0 | 2011-10-16 | 1.0 | [tag v1.0](https://github.com/wordnik/swagger-core/tree/v1.0)
2534

2635
## Overview
2736
This is a project to build the swagger-core library, which is required for the Wordnik

0 commit comments

Comments
 (0)