Skip to content

Commit

Permalink
v0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Apr 8, 2018
1 parent 2c41321 commit 73c1d71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ...

# 0.9.10

* Add option `:handle_errors` to don't raise exceptions but return the `Response`
* Add custom exceptions for each status code

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.9.9
version: 0.9.10

authors:
- Anton Maminov <anton.maminov@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/crest/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Crest
VERSION = "0.9.9"
VERSION = "0.9.10"
end

0 comments on commit 73c1d71

Please sign in to comment.