Skip to content

Commit

Permalink
Prepare to release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrunger committed Jun 19, 2020
1 parent 555157f commit 8ce2c23
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.5.0.alpha)
## v0.5.0 (2020-06-19)
### Added
- Add a `Shaped::Shapes::Callable` shape, which is a shape that is defined by any object that
responds to `#call` (e.g. a proc or an instance of a class that defines a `#call` instance
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.5.0.alpha)
shaped (0.5.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.5.0.alpha'
VERSION = '0.5.0'
end

0 comments on commit 8ce2c23

Please sign in to comment.