Skip to content

Commit e97a68b

Browse files
committed
0.1.11
1 parent 8091ae3 commit e97a68b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

readme.md

Lines changed: 6 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.10"
74+
ivy"com.lihaoyi::scalasql:0.1.11"
7575
```
7676

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

131131
## Changelog
132132

133+
### 0.1.11
134+
135+
* Support null value passthrough for all `TypeMappers` [#39](https://github.com/com-lihaoyi/scalasql/pull/39)
136+
* Fix optional null values failing to put [#42](https://github.com/com-lihaoyi/scalasql/pull/42)
137+
133138
### 0.1.10
134139

135140
* Fix a typo in isNormalCharacter [#37](https://github.com/com-lihaoyi/scalasql/pull/37)

0 commit comments

Comments
 (0)