Skip to content

Commit

Permalink
v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Jan 6, 2019
1 parent 87dfa27 commit 5d57c30
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.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))
Expand Down Expand Up @@ -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
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.17.0
version: 0.18.0

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

0 comments on commit 5d57c30

Please sign in to comment.