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 20, 2020
1 parent fd97a4f commit b0fa519
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.6.0.alpha)
## v0.6.0 (2020-06-19)
### Fixed
- Fix bug that would occur in the `Shaped::Shape(...)` constructor when provided with a falsy first
argument.
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.6.0.alpha)
shaped (0.6.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.6.0.alpha'
VERSION = '0.6.0'
end

0 comments on commit b0fa519

Please sign in to comment.