0.1.0 release

This commit is contained in:
Justin Kramer 2012-08-24 18:49:52 -04:00
parent a4a4d271ad
commit 4b8c73d5ff
2 changed files with 7 additions and 1 deletions

View file

@ -4,6 +4,12 @@ Turn Clojure data structures into SQL.
**Work in progress** **Work in progress**
## Leiningen Coordinate
```
[honeysql "0.1.0"]
```
## Usage ## Usage
```clj ```clj

View file

@ -1,4 +1,4 @@
(defproject honeysql "0.1.0-SNAPSHOT" (defproject honeysql "0.1.0"
:description "SQL as Clojure data structures" :description "SQL as Clojure data structures"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}