Skip to content

Commit

Permalink
bump version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarshantanu committed Aug 4, 2015
1 parent 730296d commit 8da0464
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
* Execute Shell Command


## 0.5.3 / 2015-Aug-04

* Exclude `clojure.core/update` to avoid shadow warning in Clojure 1.7 (by Jake McCrary, @jakemcc)
* Fix type hints
* Drop support for Clojure 1.2


## 0.5.2 / 2014-Sep-04

* Make CLI command accessible (by Christopher Mark Gore, @cgore)
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Supported actions:

On Clojars: https://clojars.org/clj-liquibase

Leiningen dependency: `[clj-liquibase "0.5.2"]`
Leiningen dependency: `[clj-liquibase "0.5.3"]`


### Quickstart
Expand All @@ -27,7 +27,7 @@ include the following dependencies in `project.clj`:

```clojure
[clj-dbcp "0.8.1"] ; to create connection-pooling DataSource
[clj-liquibase "0.5.2"] ; for this library
[clj-liquibase "0.5.3"] ; for this library
[oss-jdbc "0.8.0"] ; for Open Source JDBC drivers
```

Expand Down Expand Up @@ -87,6 +87,7 @@ For more documentation please refer the file `doc/intro.md` in this repo.
* Shantanu Kumar (author)
* [Jonathan Rojas](https://github.com/john-roj87)
* [Christopher Mark Gore](https://github.com/cgore)
* [Jake McCrary](https://github.com/jakemcc)


## License
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 clj-liquibase "0.5.3-SNAPSHOT"
(defproject clj-liquibase "0.5.3"
:description "Clojure wrapper for Liquibase"
:url "https://github.com/kumarshantanu/clj-liquibase"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 8da0464

Please # to comment.