From 87c730b411998e4b1cf8fe3cedbafe770ebc29ff Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Wed, 8 Jan 2025 09:41:53 +0800 Subject: [PATCH] 0.1.15 --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f516572..6ea06ff 100644 --- a/readme.md +++ b/readme.md @@ -71,7 +71,7 @@ you are able to investigate and fix them! To get started with ScalaSql, add it to your `build.sc` file as follows: ```scala -ivy"com.lihaoyi::scalasql:0.1.14" +ivy"com.lihaoyi::scalasql:0.1.15" ``` ScalaSql supports Scala 2.13.x and >=3.4.2 @@ -130,6 +130,10 @@ ScalaSql supports Scala 2.13.x and >=3.4.2 ## Changelog +### 0.1.15 + +* Support `schemaName` in non-SELECT queries [#57](https://github.com/com-lihaoyi/scalasql/pull/57) + ### 0.1.14 * Remove uneeded Numeric constraint from ordering-related functions [#47](https://github.com/com-lihaoyi/scalasql/pull/47)