We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367c808 commit 996d002Copy full SHA for 996d002
CHANGELOG.md
@@ -2,10 +2,14 @@
2
3
## 0.2.x
4
5
+### 0.2.17
6
+
7
+* ruby_parser bump for ruby 2.2. support ([#40](https://github.com/jenseng/hair_trigger/issues/40))
8
9
### 0.2.16
10
11
* lazy load dependencies for better memory usage
-
12
13
### 0.2.15
14
15
* better quoting for postgres
lib/hair_trigger/version.rb
@@ -1,5 +1,5 @@
1
module HairTrigger
- VERSION = "0.2.16"
+ VERSION = "0.2.17"
def VERSION.<=>(other)
split(/\./).map(&:to_i) <=> other.split(/\./).map(&:to_i)
0 commit comments