Skip to content

Commit

Permalink
Prepare to release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrunger committed Jun 18, 2020
1 parent 5a1f0ce commit 35f397c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased (0.6.0.alpha)
## v0.6.0 (2020-06-18)
### Breaking changes
- Update `shaped` (which is used for param validation) from version 0.2.1 to 0.3.0, which has
breaking changes. For more details, see the [`shaped`
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GIT
PATH
remote: .
specs:
active_actions (0.6.0.alpha)
active_actions (0.6.0)
memoist (~> 0.16)
rails (~> 6.0)
shaped (~> 0.3.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_actions/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveActions
VERSION = '0.6.0.alpha'
VERSION = '0.6.0'
end

0 comments on commit 35f397c

Please sign in to comment.