Skip to content

Commit ce01406

Browse files
committed
v0.2.25
1 parent 3a7253b commit ce01406

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
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.25
7+
8+
* support rails 7 ([PR 100](https://github.com/jenseng/hair_trigger/pull/100))
9+
* filtering support for schema dumper ([PR 96](https://github.com/jenseng/hair_trigger/pull/96))
10+
611
### 0.2.24
712

813
* add postgis support ([PR #88](https://github.com/jenseng/hair_trigger/pull/88))

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011-2015 Jon Jensen
1+
Copyright (c) 2011-2022 Jon Jensen
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

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

364364
## Copyright
365365

366-
Copyright (c) 2011-2021 Jon Jensen. See LICENSE.txt for further details.
366+
Copyright (c) 2011-2022 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.24"
2+
VERSION = "0.2.25"
33

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

0 commit comments

Comments
 (0)