Skip to content

Commit bfa806c

Browse files
committed
v0.2.24
1 parent 9de9184 commit bfa806c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

44
## 0.2.x
55

6+
### 0.2.24
7+
8+
* add postgis support ([PR #88](https://github.com/jenseng/hair_trigger/pull/88))
9+
* fix ruby 2.7 warnings ([PR #90](https://github.com/jenseng/hair_trigger/pull/90))
10+
* fix loading/initialization issue ([PR #92](https://github.com/jenseng/hair_trigger/pull/92))
11+
612
### 0.2.23
713

814
* rails 6 support ([PR #83](https://github.com/jenseng/hair_trigger/pull/83))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,4 +348,4 @@ that w/ automagical gemfiles. So the tl;dr when testing locally is:
348348

349349
## Copyright
350350

351-
Copyright (c) 2011-2019 Jon Jensen. See LICENSE.txt for further details.
351+
Copyright (c) 2011-2021 Jon Jensen. See LICENSE.txt for further details.

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.23"
2+
VERSION = "0.2.24"
33

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

0 commit comments

Comments
 (0)