Skip to content

Commit

Permalink
v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Aug 2, 2019
1 parent f5100f8 commit a1f5295
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [...]

## [0.21.0][] (2019-08-02)

* **(breaking-change)** Require Crystal 0.30.0`
* **(breaking-change)** Rename `Crest::Response#successful?` to `Crest::Response#success?`
* Add method `Crest::Response#status` as `HTTP::Status`
Expand Down Expand Up @@ -142,7 +144,8 @@

* First release :tada:

[...]: https://github.com/mamantoha/crest/compare/v0.20.0...HEAD
[...]: https://github.com/mamantoha/crest/compare/v0.21.0...HEAD
[0.21.0]: https://github.com/mamantoha/crest/compare/v0.20.0...v0.21.0
[0.20.0]: https://github.com/mamantoha/crest/compare/v0.19.1...v0.20.0
[0.19.1]: https://github.com/mamantoha/crest/compare/v0.19.0...v0.19.1
[0.19.0]: https://github.com/mamantoha/crest/compare/v0.18.3...v0.19.0
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: crest
version: 0.20.0
version: 0.21.0

authors:
- Anton Maminov <[email protected]>
Expand Down

0 comments on commit a1f5295

Please sign in to comment.