Skip to content

Commit

Permalink
Release 0.11.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl committed Jan 18, 2017
1 parent 1da2ea5 commit 0fdf673
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.11.4 2017-01-18

* Compatibility with Ruby 2.4 [#59](https://github.com/lfittl/pg_query/pull/59) [@merqlove](https://github.com/merqlove)
* Deparse varchar and numeric casts without arguments [#61](https://github.com/lfittl/pg_query/pull/61) [@jcsjcs](https://github.com/jcsjcs)


## 0.11.3 2016-12-06

* Update to newest libpg_query version (9.5-1.4.2)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
pg_query (0.11.3)
json (~> 1.8)
pg_query (0.11.4)
json (>= 1.8, < 3)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/pg_query/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class PgQuery
VERSION = '0.11.3'
VERSION = '0.11.4'
end

0 comments on commit 0fdf673

Please sign in to comment.