Skip to content

Commit b7c1903

Browse files
authored
Bump version to 2.3.2 and update changelog (#215)
1 parent d1c9804 commit b7c1903

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Change Log for Ruby-units
22
=========================
3+
2020-12-29 2.3.2 * Remove Jeweler (see #178) also adds Code of Conduct
4+
* Fix specs related to Complex comparisons (see #213)
5+
* Add support for Ruby 3.0 (also drop support for 2.3 and 2.4) (see #211)
6+
2018-09-26 2.3.1 * Addition and subtraction of unitless values. (see #175)
37
2018-03-06 2.3.0 * Fix add (+) and subtract (-) for BigDecimal scalars. (see #167)
48
* Update ruby versions (#163)
59
* fix: temperature converting rational issue (#164)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ruby-units (2.3.1)
4+
ruby-units (2.3.2)
55

66
GEM
77
remote: https://rubygems.org/

lib/ruby_units/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module RubyUnits
22
class Unit < Numeric
3-
VERSION = '2.3.1'.freeze
3+
VERSION = '2.3.2'.freeze
44
end
55
end

0 commit comments

Comments
 (0)