Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
immoh committed Mar 28, 2014
1 parent 84db224 commit 0b48201
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.3.0
-----
No changes since the previous release candidate.

0.3.0-RC8
---------
* Ensure fields are not overriden when using transform fn on subentity of one-to-one relation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Tasty SQL for Clojure.
Simply add Korma as a dependency to your lein project:

```clojure
[korma "0.3.0-RC7"]
[korma "0.3.0"]
```

Note: korma depends on version 0.3.3 of jdbc, so if you have another dependency that requires a different version (like the migrations library [lobos](https://github.com/budu/lobos)), be sure to specify:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject korma "0.3.0-RC8"
(defproject korma "0.3.0"
:description "Tasty SQL for Clojure"
:url "http://github.com/korma/Korma"
:mailing-list {:name "Korma Google Group"
Expand Down

0 comments on commit 0b48201

Please sign in to comment.