Skip to content

Commit 87c730b

Browse files
committed
0.1.15
1 parent ba5710e commit 87c730b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readme.md

Lines changed: 5 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.14"
74+
ivy"com.lihaoyi::scalasql:0.1.15"
7575
```
7676

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

131131
## Changelog
132132

133+
### 0.1.15
134+
135+
* Support `schemaName` in non-SELECT queries [#57](https://github.com/com-lihaoyi/scalasql/pull/57)
136+
133137
### 0.1.14
134138

135139
* Remove uneeded Numeric constraint from ordering-related functions [#47](https://github.com/com-lihaoyi/scalasql/pull/47)

0 commit comments

Comments
 (0)