Skip to content

Commit b794b7b

Browse files
committed
bump to 2.0.0
1 parent 6288094 commit b794b7b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

3-
## Current
3+
## Unreleased
4+
5+
## 2.0.0
6+
- **Breaking change**: Update Money gem dependency to ~> 7.0. See the [Money 7.0 upgrading guide](https://github.com/RubyMoney/money/blob/main/UPGRADING-7.0.md)
47
- Fix parsing multiple delimeters in the amount, after BigDecimal updates
58
- Fix unused variable `possible_major` Ruby warning.
69

lib/monetize/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# encoding: utf-8
22

33
module Monetize
4-
VERSION = '1.13.0'
4+
VERSION = '2.0.0'
55
end

monetize.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
2020
spec.require_paths = ['lib']
2121

22-
spec.add_dependency 'money', '~> 6.12'
22+
spec.add_dependency 'money', '~> 7.0'
2323

2424
spec.add_development_dependency 'bundler'
2525
spec.add_development_dependency 'rake'

0 commit comments

Comments
 (0)