Skip to content

Commit

Permalink
Bump to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Jun 10, 2017
1 parent 6381a2d commit 01a2ea6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.2.2

* Raises a more helpful error if the column is not found when calling
`DbTextSearch::CaseInsensitive`.

## v0.2.1

* Support for PostGIS adapters.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DbTextSearch provides a unified interface on top of ActiveRecord for SQLite, MyS
Add this line to your application's Gemfile:

```ruby
gem 'db_text_search', '~> 0.2.1'
gem 'db_text_search', '~> 0.2.2'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/db_text_search/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module DbTextSearch
# Gem version
VERSION = '0.2.1'
VERSION = '0.2.2'
end

0 comments on commit 01a2ea6

Please sign in to comment.