prepare for 0.0.8 gem release

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824450 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2009-10-12 18:31:18 +00:00
parent 9aa8c9ae00
commit faa976682e
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
v0.0.8:
release_date: TBD
changes:
- Updated Solr::Request::Standard to use modern style sort parameter rather
- Updated Solr::Request::Standard to use modern style sort parameter
v0.0.7:
release_date: 2009-03-06

View File

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