From 5d57c30f6c6a8b7c49d1df9144808902da011786 Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Sun, 6 Jan 2019 13:00:20 +0200 Subject: [PATCH] v0.18.0 --- CHANGELOG.md | 5 ++++- shard.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eca7096b..ab95f6ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [...] +## [0.18.0] (2019-01-06) + * **(breaking-change)** Streaming support. `Crest`, `Crest::Request` and `Crest::Resource` verb methods(`get`, `post`, etc.) yields the `Crest::Response` as stream to the block ([#110](https://github.com/mamantoha/crest/pull/110)) * **(breaking-change)** Needs to specify `form`, `headers` and `params` arguments for `Crest::Resource` methods ([#112](https://github.com/mamantoha/crest/pull/112)) * Add `Crest::Response#filename` method ([#111](https://github.com/mamantoha/crest/pull/111)) @@ -109,7 +111,8 @@ * First release :tada: -[...]: https://github.com/mamantoha/crest/compare/v0.17.0...HEAD +[...]: https://github.com/mamantoha/crest/compare/v0.18.0...HEAD +[0.18.0]: https://github.com/mamantoha/crest/compare/v0.17.0...v0.18.0 [0.17.0]: https://github.com/mamantoha/crest/compare/v0.16.1...v0.17.0 [0.16.1]: https://github.com/mamantoha/crest/compare/v0.16.0...v0.16.1 [0.16.0]: https://github.com/mamantoha/crest/compare/v0.15.0...v0.16.0 diff --git a/shard.yml b/shard.yml index dbc98f4b..9855a57c 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: crest -version: 0.17.0 +version: 0.18.0 authors: - Anton Maminov