Skip to content

Commit

Permalink
+ 4.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Dec 28, 2012
1 parent 38b4961 commit 2f1473d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
## Upcoming Version ## Upcoming Version


## 4.12.5

###### [Server](https://github.com/floere/picky/tree/master/server)

- Added experimental options `Search#only` and `Search#ignore`.

Example:
people = Search.new(people_index) do
only [:first_name, :last_name],
[:last_name, :first_name]
end

## 4.12.4 ## 4.12.4


###### [Generators](https://github.com/floere/picky/tree/master/generators) ###### [Generators](https://github.com/floere/picky/tree/master/generators)
Expand Down
2 changes: 1 addition & 1 deletion version.rb
@@ -1,3 +1,3 @@
module Picky module Picky
VERSION = '4.12.4' VERSION = '4.12.5'
end end

0 comments on commit 2f1473d

Please sign in to comment.