Skip to content

Commit 3a8968f

Browse files
committed
Update readme and project.clj
1 parent 955055d commit 3a8968f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.2.5
2+
- Adds if-exist in drop table
3+
14
## 0.2.4
25
- Add if-not-exist option to create-table
36
- Self-host ClojureScript port

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ Currently honeysql-postgres supports the following postgres specific clauses:
4444

4545
### Leiningen
4646
```clj
47-
[nilenso/honeysql-postgres "0.2.4"]
47+
[nilenso/honeysql-postgres "0.2.5"]
4848
```
4949
### Maven
5050
```xml
5151
<dependency>
5252
<groupId>nilenso</groupId>
5353
<artifactId>honeysql-postgres</artifactId>
54-
<version>0.2.4</version>
54+
<version>0.2.5</version>
5555
</dependency>
5656
```
5757
### repl

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject nilenso/honeysql-postgres "0.2.4"
1+
(defproject nilenso/honeysql-postgres "0.2.5"
22
:description "PostgreSQL extension for honeysql"
33
:url "https://github.com/nilenso/honeysql-postgres"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)