Skip to content

Commit

Permalink
v0.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
jenseng committed Jan 26, 2022
1 parent 3a7253b commit ce01406
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

## 0.2.x

### 0.2.25

* support rails 7 ([PR 100](https://github.com/jenseng/hair_trigger/pull/100))
* filtering support for schema dumper ([PR 96](https://github.com/jenseng/hair_trigger/pull/96))

### 0.2.24

* add postgis support ([PR #88](https://github.com/jenseng/hair_trigger/pull/88))
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2011-2015 Jon Jensen
Copyright (c) 2011-2022 Jon Jensen

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,4 +363,4 @@ to manage all that w/ automagical gemfiles. So the tl;dr when testing locally is

## Copyright

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

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

0 comments on commit ce01406

Please sign in to comment.