Skip to content

Commit 0112fe6

Browse files
committed
Bump version and update changelog
1 parent 7797209 commit 0112fe6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## ruby-measurement 1.2.0 (Mar 16, 2013)
210

311
* Implement `String#to_measurement`, `String#to_unit`,

lib/ruby-measurement/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Measurement
2-
VERSION = '1.2.1'
2+
VERSION = '1.2.2'
33
end

0 commit comments

Comments
 (0)