Skip to content

Commit

Permalink
v0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jenseng committed Jun 24, 2014
1 parent 029c584 commit 8fa26d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 0.2.x

### 0.2.10

* `of` shorthand for column updates ([#32](https://github.com/jenseng/hair_trigger/issues/32))
* `declare` option for Postgres ([#34](https://github.com/jenseng/hair_trigger/issues/34))

### 0.2.9

* `nowrap` option for Postgres to support easy reuse of existing functions ([#31](https://github.com/jenseng/hair_trigger/pull/31))
Expand Down
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.9"
VERSION = "0.2.10"

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

0 comments on commit 8fa26d4

Please sign in to comment.