Skip to content

Commit f54507b

Browse files
committed
added compat table
1 parent 9aabcb1 commit f54507b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ See the guide on [getting started with swagger](https://github.com/wordnik/swagg
2525
## Compatability
2626
The Swagger Specification has undergone 3 revisions since initial creation in 2010. The swagger-core project has the following compatibilies with the swagger specification:
2727

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)
28+
Swagger core Version | Release Date | Swagger Spec compatability | Notes | Status
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) | [1.5.0 Milestone](https://github.com/wordnik/swagger-core/milestones/v1.5.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)
3434

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

0 commit comments

Comments
 (0)