Skip to content

Commit

Permalink
Prepare to release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrunger committed Jun 16, 2020
1 parent f3f0907 commit 7ae27ac
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.2.1 - 2020-06-16
### Changed
- Rename `Shaped::Array#descriptor` and `Shaped::Hash#descriptor` methods to `#to_s`

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.2.0)
shaped (0.2.1)

GEM
remote: https://rubygems.org/
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.2.0'
VERSION = '0.2.1'
end

0 comments on commit 7ae27ac

Please sign in to comment.