Skip to content

Commit 567ace9

Browse files
committed
v0.2.22
1 parent 7ef2531 commit 567ace9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
## 0.2.x
55

6+
### 0.2.22
7+
8+
* drop old rubies/railses ([PR #77](https://github.com/jenseng/hair_trigger/pull/77))
9+
* fix frozen string issue ([PR #78](https://github.com/jenseng/hair_trigger/pull/78))
10+
611
### 0.2.21
712

813
* fix NoMethodError ([PR #72](https://github.com/jenseng/hair_trigger/pull/72))

lib/hair_trigger/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module HairTrigger
2-
VERSION = "0.2.21"
2+
VERSION = "0.2.22"
33

44
def VERSION.<=>(other)
55
split(/\./).map(&:to_i) <=> other.split(/\./).map(&:to_i)

0 commit comments

Comments
 (0)