Skip to content

Commit

Permalink
0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 26, 2024
1 parent 3eab45e commit 159b529
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 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.8"
ivy"com.lihaoyi::scalasql:0.1.9"
```

ScalaSql supports Scala 2.13.x and >=3.4.2
Expand Down Expand Up @@ -130,6 +130,10 @@ ScalaSql supports Scala 2.13.x and >=3.4.2

## Changelog

### 0.1.9

* Add support for Float data type [#32](https://github.com/com-lihaoyi/scalasql/pull/32)

### 0.1.8

* Introduce `TypeMapper#bimap` to make creating related `TypeMapper`s easier [#27](https://github.com/com-lihaoyi/scalasql/pull/27)
Expand Down

0 comments on commit 159b529

Please sign in to comment.