Skip to content

Commit faefc41

Browse files
committed
0.1.2
1 parent c2cb04f commit faefc41

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ you are able to investigate and fix them!
6969
To get started with ScalaSql, add it to your `build.sc` file as follows:
7070

7171
```scala
72-
ivy"com.lihaoyi::scalasql:0.1.0"
72+
ivy"com.lihaoyi::scalasql:0.1.2"
7373
```
7474

7575
## Documentation
@@ -126,6 +126,10 @@ ivy"com.lihaoyi::scalasql:0.1.0"
126126

127127
## Changelog
128128

129+
### 0.1.2
130+
131+
* Support `.getGeneratedKeys[R]` [#9](https://github.com/com-lihaoyi/scalasql/pull/9)
132+
129133
### 0.1.1
130134

131135
* Fix invalid version of scala-reflect dependency

0 commit comments

Comments
 (0)