Skip to content

Commit 949baa9

Browse files
committed
0.1.16
1 parent c68665f commit 949baa9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ you are able to investigate and fix them!
7171
To get started with ScalaSql, add it to your `build.sc` file as follows:
7272

7373
```scala
74-
ivy"com.lihaoyi::scalasql:0.1.15"
74+
ivy"com.lihaoyi::scalasql:0.1.16"
7575
```
7676

7777
ScalaSql supports Scala 2.13.x and >=3.4.2
@@ -130,6 +130,14 @@ ScalaSql supports Scala 2.13.x and >=3.4.2
130130

131131
## Changelog
132132

133+
134+
### 0.1.16
135+
136+
* Add TransactionListener interface [#71](https://github.com/com-lihaoyi/scalasql/pull/71)
137+
* JoinNullable deserialisation fix [#70](https://github.com/com-lihaoyi/scalasql/pull/70)
138+
* Insert.select on conflict [#68](https://github.com/com-lihaoyi/scalasql/pull/68)
139+
* Add OnConflict to InsertValues [#61](https://github.com/com-lihaoyi/scalasql/pull/61)
140+
133141
### 0.1.15
134142

135143
* Support `schemaName` in non-SELECT queries [#57](https://github.com/com-lihaoyi/scalasql/pull/57)

0 commit comments

Comments
 (0)