Skip to content

Commit eb8768f

Browse files
committed
0.1.20
1 parent eb6bf3a commit eb8768f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

readme.md

Lines changed: 7 additions & 2 deletions
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.19"
74+
ivy"com.lihaoyi::scalasql:0.1.20"
7575
```
7676

7777
ScalaSql supports Scala 2.13.x and >=3.6.2
@@ -84,7 +84,7 @@ Add the following to your `build.sc` file as follows:
8484

8585
<!-- TODO: scalasql-simple? -->
8686
```scala
87-
ivy"com.lihaoyi::scalasql-namedtuples:0.1.19"
87+
ivy"com.lihaoyi::scalasql-namedtuples:0.1.20"
8888
```
8989

9090
And taking the example above, the only thing that needs to change is the following:
@@ -176,6 +176,11 @@ And you now have the option to return named tuples from queries:
176176

177177
## Changelog
178178

179+
### 0.1.20
180+
181+
* Support for `SimpleTable` classes which do not need a `T[_]` higher kinded parameter,
182+
and support for use of Scala 3.7.0 named tuples in queries [#81](https://github.com/com-lihaoyi/scalasql/pull/81)
183+
179184
### 0.1.19
180185

181186
* Escape table in returning clause [#80](https://github.com/com-lihaoyi/scalasql/pull/80)

0 commit comments

Comments
 (0)