Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timcraft committed Jan 7, 2022
1 parent a8d600d commit 69a1ac8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 2.0.0

* Added Percentage#to_d

* Percentage instances are now frozen on initialization

* Changed `Percentage.change` to return `nil` when first argument is zero

# 1.4.1

* Added CHANGES.md to gem files
Expand Down
2 changes: 1 addition & 1 deletion percentage.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'percentage'
s.version = '1.4.1'
s.version = '2.0.0'
s.license = 'LGPL-3.0'
s.platform = Gem::Platform::RUBY
s.authors = ['Tim Craft']
Expand Down

0 comments on commit 69a1ac8

Please sign in to comment.