Skip to content

Commit

Permalink
Released 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Apr 10, 2012
1 parent d39b640 commit 103a939
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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.
Expand Down
11 changes: 11 additions & 0 deletions 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
-----

Expand Down
2 changes: 1 addition & 1 deletion 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"]
Expand Down

0 comments on commit 103a939

Please sign in to comment.