Skip to content

Commit

Permalink
0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 8, 2025
1 parent ba5710e commit 87c730b
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.14"
ivy"com.lihaoyi::scalasql:0.1.15"
```

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.15

* Support `schemaName` in non-SELECT queries [#57](https://github.com/com-lihaoyi/scalasql/pull/57)

### 0.1.14

* Remove uneeded Numeric constraint from ordering-related functions [#47](https://github.com/com-lihaoyi/scalasql/pull/47)
Expand Down

0 comments on commit 87c730b

Please sign in to comment.