Skip to content

Commit

Permalink
Prepare for v1.0.0.beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Mar 13, 2017
1 parent 8826921 commit 2c2356b
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,6 +1,8 @@
# Hanami::Router
Rack compatible HTTP router for Ruby

## v1.0.0.beta3 (unreleased)

## v1.0.0.beta2 - 2017-03-02
### Fixed
- [Valentyn Ostakh] Deep symbolize params from parsed body
Expand Down
2 changes: 1 addition & 1 deletion lib/hanami/router/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Hanami
class Router
# @since 0.1.0
VERSION = '1.0.0.beta2'.freeze
VERSION = '1.0.0.beta3'.freeze
end
end
2 changes: 1 addition & 1 deletion test/version_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

describe Hanami::Router::VERSION do
it 'exposes version' do
Hanami::Router::VERSION.must_equal '1.0.0.beta2'
Hanami::Router::VERSION.must_equal '1.0.0.beta3'
end
end

0 comments on commit 2c2356b

Please sign in to comment.