Skip to content

Commit

Permalink
Bump version to 2.3.2 and update changelog (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
olbrich authored Dec 29, 2020
1 parent d1c9804 commit b7c1903
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Change Log for Ruby-units
=========================
2020-12-29 2.3.2 * Remove Jeweler (see #178) also adds Code of Conduct
* Fix specs related to Complex comparisons (see #213)
* Add support for Ruby 3.0 (also drop support for 2.3 and 2.4) (see #211)
2018-09-26 2.3.1 * Addition and subtraction of unitless values. (see #175)
2018-03-06 2.3.0 * Fix add (+) and subtract (-) for BigDecimal scalars. (see #167)
* Update ruby versions (#163)
* fix: temperature converting rational issue (#164)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ruby-units (2.3.1)
ruby-units (2.3.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_units/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module RubyUnits
class Unit < Numeric
VERSION = '2.3.1'.freeze
VERSION = '2.3.2'.freeze
end
end

0 comments on commit b7c1903

Please sign in to comment.