Skip to content

Commit 0c0bbc6

Browse files
committed
Bump version to 1.2.0
1 parent 7a4d581 commit 0c0bbc6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.2.0
2+
3+
* Added exception argument to Monies method
4+
5+
* Changed Monies method to raise ArgumentError for invalid strings
6+
7+
* Changed required\_ruby\_version to >= 3.2.0
8+
9+
* Improved compatibility with jruby
10+
111
# 1.1.0
212

313
* Added Monies#allocate method

monies.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'monies'
3-
s.version = '1.1.0'
3+
s.version = '1.2.0'
44
s.license = 'LGPL-3.0'
55
s.platform = Gem::Platform::RUBY
66
s.authors = ['Tim Craft']

0 commit comments

Comments
 (0)