Skip to content

Commit

Permalink
Release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sjke committed Apr 26, 2017
1 parent a012b49 commit 8dda61e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.4

* [ADDED] Adds method to support ltxtquery value for searching ([#17](https://github.com/sjke/pg_ltree/pull/17) by [@sb1752](https://github.com/sb1752)
* [IMPROVE] Updated dependency version (Rails 5.1 and Pg adapter 0.21) ([#16](https://github.com/sjke/pg_ltree/pull/16) by [@sb1752](https://github.com/sb1752)

## 1.1.3

* [ADDED] node instance `height` method ([#6](https://github.com/sjke/pg_ltree/pull/6) by [@caulfield](https://github.com/caulfield))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It uses a implementation based around PostgreSQL's [ltree](http://www.postgresql
| | |
|---------------|:--------------------------------:|
| **Author** | Andrei Panamarenka |
| **Version** | 1.1.3 (March 10, 2016) |
| **Version** | 1.1.4 (April 27, 2017) |
| **License** | Released under the MIT license. |


Expand All @@ -27,7 +27,7 @@ It uses a implementation based around PostgreSQL's [ltree](http://www.postgresql

Add this line to your application's Gemfile:

gem 'pg_ltree', '1.1.3'
gem 'pg_ltree', '1.1.4'

And then execute:

Expand Down
4 changes: 2 additions & 2 deletions lib/pg_ltree/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Organise ActiveRecord model into a tree structure with PostgreSQL LTree
# Organize ActiveRecord model into a tree structure with PostgreSQL LTree
#
# @author a.ponomarenko
module PgLtree
# Gem Version
VERSION = '1.1.3'.freeze
VERSION = '1.1.4'.freeze
end

0 comments on commit 8dda61e

Please sign in to comment.