From e97a68be85d03d4da332e098582e6fb31117d6f7 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 21 Oct 2024 10:56:01 +0800 Subject: [PATCH] 0.1.11 --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1ed47cb..f85c7e6 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.10" +ivy"com.lihaoyi::scalasql:0.1.11" ``` ScalaSql supports Scala 2.13.x and >=3.4.2 @@ -130,6 +130,11 @@ ScalaSql supports Scala 2.13.x and >=3.4.2 ## Changelog +### 0.1.11 + +* Support null value passthrough for all `TypeMappers` [#39](https://github.com/com-lihaoyi/scalasql/pull/39) +* Fix optional null values failing to put [#42](https://github.com/com-lihaoyi/scalasql/pull/42) + ### 0.1.10 * Fix a typo in isNormalCharacter [#37](https://github.com/com-lihaoyi/scalasql/pull/37)