From a48a4aac2bd24a2a04112d4cc532ff96306c3961 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Thu, 29 Aug 2024 15:27:35 +0800 Subject: [PATCH] 0.1.8 --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b04c7b3..8a8c255 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.7" +ivy"com.lihaoyi::scalasql:0.1.8" ``` 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.8 + +* Introduce `TypeMapper#bimap` to make creating related `TypeMapper`s easier [#27](https://github.com/com-lihaoyi/scalasql/pull/27) + ### 0.1.7 * Add support for columns of type `java.util.Date` [#24](https://github.com/com-lihaoyi/scalasql/pull/24)