Bump version, note recent changes

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@750615 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2009-03-05 21:51:09 +00:00
parent ba00427116
commit 8c60d23fbf
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
v0.0.7:
release_date: 2009-03-06
changes:
- Fixed string parameters with carriage returns in Solr::Request::Select (due to String.each pain)
- SOLR-1047 - added support for facet.method
v0.0.6:
release_date: 2008-07-14
changes:

View File

@ -29,7 +29,7 @@
#
# rake SOLR_CONSOLE=true
SOLR_RUBY_VERSION = '0.0.6'
SOLR_RUBY_VERSION = '0.0.7'
require 'rubygems'
require 'rake'