Skip to content

Commit

Permalink
Prepare to release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrunger committed Jun 24, 2020
1 parent 0ca6344 commit f4e52d1
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
## v0.7.0 (2020-06-24)
### BREAKING CHANGES
- Rename the `Or` shape to `Any`
- Add a `Method` shape (where the shape description is the name of a method which, when called on a
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
shaped (0.7.0.alpha)
shaped (0.7.0)
activemodel (~> 6.0)
activesupport (~> 6.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/shaped/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Shaped
VERSION = '0.7.0.alpha'
VERSION = '0.7.0'
end

0 comments on commit f4e52d1

Please sign in to comment.