Skip to content

Commit

Permalink
v0.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jenseng committed Aug 8, 2018
1 parent ab5eec4 commit b42a333
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.21

* fix NoMethodError ([PR #72](https://github.com/jenseng/hair_trigger/pull/72))
* correctly pin dependencies in tests ([PR #74](https://github.com/jenseng/hair_trigger/pull/74))
* misc testing fixes (mysql 8.0.2+, easier local setup)

### 0.2.20

* ruby_parser bump for ruby 2.4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,4 +325,4 @@ existing trigger if you wish to redefine it.

## Copyright

Copyright (c) 2011-2017 Jon Jensen. See LICENSE.txt for further details.
Copyright (c) 2011-2018 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.20"
VERSION = "0.2.21"

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

0 comments on commit b42a333

Please sign in to comment.