Skip to content

Commit

Permalink
0.1.15
Browse files Browse the repository at this point in the history
lihaoyi committed Jan 8, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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
@@ -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)

0 comments on commit 87c730b

Please sign in to comment.