From 103a9392f8205472499a3a513ddb07c30b2424d5 Mon Sep 17 00:00:00 2001 From: James Reeves Date: Tue, 10 Apr 2012 18:01:55 +0100 Subject: [PATCH] Released 0.3.0 --- ChangeLog | 4 ++++ README.md | 11 +++++++++++ project.clj | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 15ef822..d24785d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +0.3.0 / 2012-04-10 + + * Support for Lucene 3.5.0 + 0.2.2 / 2011-07-03 * Support versions of Lucene other than 3.0. diff --git a/README.md b/README.md index 66e72e7..5c514d2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ +Clucy +===== + Clucy is a Clojure interface to [Lucene](http://lucene.apache.org/). +Installation +------------ + +To install Clucy, add the following dependency to your `project.clj` +file: + + [clucy "0.3.0"] + Usage ----- diff --git a/project.clj b/project.clj index 324d722..89bcbd0 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clucy "0.2.3" +(defproject clucy "0.3.0" :description "A Clojure interface to the Lucene search engine" :url "http://github/weavejester/clucy" :dependencies [[org.clojure/clojure "1.3.0"]