Skip to content

Commit

Permalink
Version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Apr 23, 2019
1 parent 782a269 commit 55b2a6d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## master

## 0.16.0 (2019-04-23)

* Support string literal pattern (@pocke) [#64](https://github.com/soutaro/querly/pull/64)
* Allow underscore method name pattern (@pocke) [#63](https://github.com/soutaro/querly/pull/63)
* Add erb support (@hanachin) [#61](https://github.com/soutaro/querly/pull/61)
* Add `exit` command on console (@wata727) [#59](https://github.com/soutaro/querly/pull/59)

## 0.15.1 (2019-03-12)

* Relax parser version requirement
Expand Down
2 changes: 1 addition & 1 deletion lib/querly/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Querly
VERSION = "0.15.1"
VERSION = "0.16.0"
end

0 comments on commit 55b2a6d

Please sign in to comment.