Skip to content

Commit

Permalink
+ version 1.2.1 (picky stats <logfile> [port])
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Dec 20, 2010
1 parent edc101b commit d710322
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion history.textile
@@ -1,6 +1,10 @@
h2. Version 1.2.1

* hanke: (statistics) (BETA) New statistics gem for Picky. Run "picky stats &lt;relative_logfile_location&gt;(default is log/search.log) &lt;port&gt;(optional)" in your Picky Server directory to generate statistics. Go to "http://localhost:4567":http://localhost:4567 after running the command to take a look.

h2. Version 1.2.0

* hanke: (client): (BREAKING) Picky::Client::Base.search(:query => 'bla') has changed to Picky::Client::Base.search('bla'), as the query itself is not optional. The rest of the options is still passed in as a Hash through the second parameter.
* hanke: (client) (BREAKING) Picky::Client::Base.search(:query => 'bla') has changed to Picky::Client::Base.search('bla'), as the query itself is not optional. The rest of the options is still passed in as a Hash through the second parameter.

h2. Version 1.1.7 (1.2.0 pre)

Expand Down
2 changes: 1 addition & 1 deletion version.rb
@@ -1,3 +1,3 @@
module Picky
VERSION = '1.2.0'
VERSION = '1.2.1'
end

0 comments on commit d710322

Please sign in to comment.