Skip to content

Commit e7914d6

Browse files
committed
Prepare version 0.6.0
1 parent fd0d3b2 commit e7914d6

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,24 @@
22

33
## Unreleased
44

5-
- Fix ResultColumnMixin - add table reference for QueryResult https://github.com/sqldelight/sql-psi/pull/687
6-
- Change visibility on CreateIndexElementType, CreateIndexElementType https://github.com/sqldelight/sql-psi/pull/683
5+
- Nothing yet!
6+
7+
8+
## [0.6.0] - 2025-08-08
9+
[0.6.0]: https://github.com/sqldelight/sql-psi/releases/tag/0.6.0
10+
11+
- Fix `ResultColumnMixin` - add table reference for `QueryResult` (https://github.com/sqldelight/sql-psi/pull/687)
12+
- Change visibility on `CreateIndexElementType`, `CreateIndexElementType` (https://github.com/sqldelight/sql-psi/pull/683)
13+
- Fix unwanted environment log warnings (https://github.com/sqldelight/sql-psi/pull/679)
714
- In-development snapshots are now published to the Central Portal Snapshots repository at https://central.sonatype.com/repository/maven-snapshots/.
8-
- Fix unwanted environment log warnings https://github.com/sqldelight/sql-psi/pull/679
15+
916

1017
## [0.5.2] - 2025-05-16
1118
[0.5.2]: https://github.com/sqldelight/sql-psi/releases/tag/0.5.2
1219

1320
- Bug fixes and improvements :D
1421

22+
1523
## [0.5.0] - 2025-03-21
1624
[0.5.0]: https://github.com/sqldelight/sql-psi/releases/tag/0.5.0
1725

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=app.cash.sql-psi
2-
VERSION_NAME=0.6.0-SNAPSHOT
2+
VERSION_NAME=0.6.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)