0.1.0 release
This commit is contained in:
parent
a4a4d271ad
commit
4b8c73d5ff
2 changed files with 7 additions and 1 deletions
|
|
@ -4,6 +4,12 @@ Turn Clojure data structures into SQL.
|
|||
|
||||
**Work in progress**
|
||||
|
||||
## Leiningen Coordinate
|
||||
|
||||
```
|
||||
[honeysql "0.1.0"]
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```clj
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject honeysql "0.1.0-SNAPSHOT"
|
||||
(defproject honeysql "0.1.0"
|
||||
:description "SQL as Clojure data structures"
|
||||
:license {:name "Eclipse Public License"
|
||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue