Skip to content

Commit 153d775

Browse files
committed
Update changelog and publish
1 parent 2d1e6d1 commit 153d775

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.2.6
2+
- Add ILIKE, NOT ILIKE
3+
- ADD EXCEPT and EXCEPT ALL
4+
- Fix query-values priority
5+
16
## 0.2.5
27
- Adds if-exist in drop table
38

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ Currently honeysql-postgres supports the following postgres specific clauses:
4848

4949
### Leiningen
5050
```clj
51-
[nilenso/honeysql-postgres "0.2.5"]
51+
[nilenso/honeysql-postgres "0.2.6"]
5252
```
5353
### Maven
5454
```xml
5555
<dependency>
5656
<groupId>nilenso</groupId>
5757
<artifactId>honeysql-postgres</artifactId>
58-
<version>0.2.5</version>
58+
<version>0.2.6</version>
5959
</dependency>
6060
```
6161
### repl
6262
```clj
63-
; Note that `honeysql-postgres.format` and `honeysql-postgres.helpers`
63+
; Note that `honeysql-postgres.format` and `honeysql-postgres.helpers`
6464
; must be required into the project for the extended features to work.
6565
(require '[honeysql.core :as sql]
6666
'[honeysql.helpers :refer :all]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honeysql/honeysql-postgres",
3-
"version": "0.2.4",
3+
"version": "0.2.6",
44
"license": "EPL-1.0",
55
"homepage": "https://github.com/nilenso/honeysql-postgres",
66
"repository": {

0 commit comments

Comments
 (0)