File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 44
44
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45
45
BRANCH : site
46
46
FOLDER : build/dokka/htmlMultiModule
47
- TARGET_FOLDER : docs/1 .x/
47
+ TARGET_FOLDER : docs/0 .x/
48
48
CLEAN : true
Original file line number Diff line number Diff line change 4
4
5
5
Nothing yet!
6
6
7
+
8
+ ## [ 0.5.0] - 2025-03-21
9
+ [ 0.5.0 ] : https://github.com/sqldelight/sql-psi/releases/tag/0.5.0
10
+
11
+ - New: Maven coordinates have changed to use ` app.cash.sql-psi ` group ID.
12
+ - For other changes, see https://github.com/sqldelight/sql-psi/compare/0.4.10...0.5.0 (future releases will have an actual change log).
13
+
14
+
7
15
## 0.4.10
8
16
9
17
## 0.4.9
Original file line number Diff line number Diff line change 1
1
GROUP =app.cash.sql-psi
2
- VERSION_NAME =0.5.0-SNAPSHOT
2
+ VERSION_NAME =0.5.0
3
3
4
4
POM_URL =https://github.com/sqldelight/sql-psi/
5
5
POM_SCM_URL =https://github.com/sqldelight/sql-psi/
You can’t perform that action at this time.
0 commit comments