Skip to content

Commit 996d002

Browse files
committed
v0.2.17
1 parent 367c808 commit 996d002

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
## 0.2.x
44

5+
### 0.2.17
6+
7+
* ruby_parser bump for ruby 2.2. support ([#40](https://github.com/jenseng/hair_trigger/issues/40))
8+
59
### 0.2.16
610

711
* lazy load dependencies for better memory usage
8-
12+
913
### 0.2.15
1014

1115
* better quoting for postgres

lib/hair_trigger/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module HairTrigger
2-
VERSION = "0.2.16"
2+
VERSION = "0.2.17"
33

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

0 commit comments

Comments
 (0)