From a1f529567758d1d022c7fc3ae52a08f1c4f9e69f Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Fri, 2 Aug 2019 10:20:00 +0300 Subject: [PATCH] v0.21.0 --- CHANGELOG.md | 5 ++++- shard.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b510872..0c348013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` @@ -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 diff --git a/shard.yml b/shard.yml index 04242027..36577867 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: crest -version: 0.20.0 +version: 0.21.0 authors: - Anton Maminov