We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7797209 commit 0112fe6Copy full SHA for 0112fe6
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## ruby-measurement 1.2.2 (Jul 13, 2014)
2
+
3
+* Fix `Measurement::Unit#==` to properly compare units. *Matt Huggins*
4
5
+## ruby-measurement 1.2.1 (Jul 27, 2013)
6
7
+* Implement `Measurement.names` to list all available units. *Daniele Palombo*
8
9
## ruby-measurement 1.2.0 (Mar 16, 2013)
10
11
* Implement `String#to_measurement`, `String#to_unit`,
lib/ruby-measurement/version.rb
@@ -1,3 +1,3 @@
class Measurement
- VERSION = '1.2.1'
+ VERSION = '1.2.2'
end
0 commit comments