mirror of https://github.com/apache/lucene.git
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:
parent
ba00427116
commit
8c60d23fbf
|
@ -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:
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#
|
||||
# rake SOLR_CONSOLE=true
|
||||
|
||||
SOLR_RUBY_VERSION = '0.0.6'
|
||||
SOLR_RUBY_VERSION = '0.0.7'
|
||||
|
||||
require 'rubygems'
|
||||
require 'rake'
|
||||
|
|
Loading…
Reference in New Issue