Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timcraft committed Jan 11, 2024
1 parent 1852ac2 commit 272cdcc
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.1.0

* Added Percentage#-@

* Added Percentage#positive?

* Added Percentage#negative?

# 2.0.0

* Added Percentage#to_d
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 = '2.0.0'
s.version = '2.1.0'
s.license = 'LGPL-3.0'
s.platform = Gem::Platform::RUBY
s.authors = ['Tim Craft']
Expand Down

0 comments on commit 272cdcc

Please sign in to comment.