Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl committed Oct 4, 2018
1 parent 4784ff1 commit c2b1859
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 1.1.0 2018-10-04

* Deparsing improvements by [@herwinw](https://github.com/herwinw)
* Add NULLS FIRST/LAST to ORDER BY [#95](https://github.com/lfittl/pg_query/pull/95)
* VACUUM [#97](https://github.com/lfittl/pg_query/pull/97)
* UPDATE with multiple columns [#99](https://github.com/lfittl/pg_query/pull/99)
* DISTINCT ON [#101](https://github.com/lfittl/pg_query/pull/101)
* CREATE TABLE AS [#102](https://github.com/lfittl/pg_query/pull/102)
* SQL value functions [#103](https://github.com/lfittl/pg_query/pull/103)
* LOCK [#105](https://github.com/lfittl/pg_query/pull/105)
* EXPLAIN [#107](https://github.com/lfittl/pg_query/pull/107)
* COPY [#108](https://github.com/lfittl/pg_query/pull/108)
* DO [#109](https://github.com/lfittl/pg_query/pull/109)
* Ignore pg_query.so in git checkout [#110](https://github.com/lfittl/pg_query/pull/110) [@herwinw](https://github.com/herwinw)
* Prefer __dir__ over File.dirname(__FILE__) [#110](https://github.com/lfittl/pg_query/pull/104) [@herwinw](https://github.com/herwinw)


## 1.0.2 2018-04-11

* Deparsing improvements
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pg_query (1.0.2)
pg_query (1.1.0)

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 = '1.0.2'.freeze
VERSION = '1.1.0'.freeze
end

0 comments on commit c2b1859

Please sign in to comment.