Skip to content

Commit 4fc27f9

Browse files
committed
Prepare version 0.5.0
1 parent 3faf2de commit 4fc27f9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
BRANCH: site
4646
FOLDER: build/dokka/htmlMultiModule
47-
TARGET_FOLDER: docs/1.x/
47+
TARGET_FOLDER: docs/0.x/
4848
CLEAN: true

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
Nothing yet!
66

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+
715
## 0.4.10
816

917
## 0.4.9

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=app.cash.sql-psi
2-
VERSION_NAME=0.5.0-SNAPSHOT
2+
VERSION_NAME=0.5.0
33

44
POM_URL=https://github.com/sqldelight/sql-psi/
55
POM_SCM_URL=https://github.com/sqldelight/sql-psi/

0 commit comments

Comments
 (0)