Skip to content

Commit

Permalink
Prepare release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Winkler committed Aug 4, 2016
1 parent 2367d86 commit 353af53
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ image::src/docs/asciidoc/images/Swagger2Markup.PNG[]
image::src/docs/asciidoc/images/Swagger2Markup_definitions.PNG[]

== Reference documentation
- http://swagger2markup.github.io/swagger2markup/1.0.1-SNAPSHOT/[Reference Documentation]
- http://swagger2markup.github.io/swagger2markup/1.0.1/[Reference Documentation]
- https://github.com/Swagger2Markup/swagger2markup/blob/master/RELEASENOTES.adoc[Release notes]
- https://github.com/Swagger2Markup/spring-swagger2markup-demo[Demo using Swagger2Markup, Spring Boot, Springfox and spring-restdocs]

Expand Down
10 changes: 7 additions & 3 deletions RELEASENOTES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@

=== Version 0.9.3
* Updated swagger-parser from v1.0.13 to v1.0.16
* Enhancement #61 Refactor separated documents logic to support inter-document cross-references
* Enhancement #53 : support for tags, paths and methods ordering
* Enhancement #51 : Support for separated operations files
* Enhancement #61: Refactor separated documents logic to support inter-document cross-references
* Enhancement #53: Support for tags, paths and methods ordering
* Enhancement #51: Support for separated operations files
* Enhancement #52: Markdown generation for inline schemas

== Version 1.0.0
Expand All @@ -91,3 +91,7 @@
* Inline schema support
* New configuration options
* Support of deprecated path operations

=== Version 1.0.1
* Enhancement: Support to render validation constraints of properties
* Enhancement: Possibility to disable rendering of the security chapter below operations
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
}
description = 'swagger2markup Build'
version = '1.0.1-SNAPSHOT'
version = '1.0.1'
group = 'io.github.swagger2markup'

apply plugin: 'java'
Expand Down

0 comments on commit 353af53

Please sign in to comment.