Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timcraft committed Oct 22, 2024
1 parent 226790f commit 9695e55
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 1.1.0

* Added Monies#allocate method

* Added Monies#fix method

* Added Monies#frac method

# 1.0.1

* Fixed division for negative values

# 1.0.0

* First version!
3 changes: 2 additions & 1 deletion monies.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'monies'
s.version = '1.0.1'
s.version = '1.1.0'
s.license = 'LGPL-3.0'
s.platform = Gem::Platform::RUBY
s.authors = ['Tim Craft']
Expand All @@ -15,5 +15,6 @@ Gem::Specification.new do |s|
'homepage' => 'https://github.com/readysteady/monies',
'source_code_uri' => 'https://github.com/readysteady/monies',
'bug_tracker_uri' => 'https://github.com/readysteady/monies/issues',
'changelog_uri' => 'https://github.com/readysteady/monies/blob/main/CHANGES.md'
}
end

0 comments on commit 9695e55

Please sign in to comment.