Skip to content

Commit

Permalink
v0.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
jenseng committed Feb 1, 2021
1 parent 9de9184 commit bfa806c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@

## 0.2.x

### 0.2.24

* add postgis support ([PR #88](https://github.com/jenseng/hair_trigger/pull/88))
* fix ruby 2.7 warnings ([PR #90](https://github.com/jenseng/hair_trigger/pull/90))
* fix loading/initialization issue ([PR #92](https://github.com/jenseng/hair_trigger/pull/92))

### 0.2.23

* rails 6 support ([PR #83](https://github.com/jenseng/hair_trigger/pull/83))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,4 +348,4 @@ that w/ automagical gemfiles. So the tl;dr when testing locally is:
## Copyright
Copyright (c) 2011-2019 Jon Jensen. See LICENSE.txt for further details.
Copyright (c) 2011-2021 Jon Jensen. See LICENSE.txt for further details.
2 changes: 1 addition & 1 deletion lib/hair_trigger/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HairTrigger
VERSION = "0.2.23"
VERSION = "0.2.24"

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

0 comments on commit bfa806c

Please sign in to comment.