Skip to content

Commit

Permalink
0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Oct 21, 2024
1 parent 8091ae3 commit e97a68b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit e97a68b

Please sign in to comment.