Skip to content

Commit

Permalink
release: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed May 6, 2020
1 parent 4f234ef commit 6b3980c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

> List all changes before release a new version.
## [0.2.1] (2020-05-06)

### Fixed

- Fixed code usage in README. [#13](https://github.com/icyleaf/swagger/pull/13) (thanks @[lribeiro](https://github.com/lribeiro))
- Fixed missing define @json variable in Swagger HTTP web handler. [#13](https://github.com/icyleaf/swagger/pull/13) (thanks @[lribeiro](https://github.com/lribeiro))
- Compatibility with Crystal 0.34.0

## [0.2.0] (2020-02-28)

### Added
Expand All @@ -32,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- First beta version.

[Unreleased]: https://github.com/icyleaf/swagger/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/icyleaf/swagger/compare/v0.2.1...HEAD
[0.2.0]: https://github.com/icyleaf/swagger/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/icyleaf/swagger/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/icyleaf/swagger/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: swagger
version: 0.2.0
version: 0.2.1

authors:
- icyleaf <[email protected]>
Expand Down

0 comments on commit 6b3980c

Please sign in to comment.