Skip to content

Commit a5f3d17

Browse files
committed
Prepare for release 0.7.0.
1 parent 19cfd04 commit a5f3d17

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
### Other Notes & Contributions
2727
-->
2828

29+
## [0.7.0] - 2025-01-17
30+
31+
### Fixed
32+
33+
- Circuit presenter compilation broke when using a subclassed presenter interface
34+
35+
### Changed
36+
37+
- Updated Kotlin to 2.3.0
38+
- Updated KSP to 2.3.4
39+
- Updated kotlin-inject to 0.9.0
40+
- Updated circuit to 0.32.0
41+
2942
## [0.6.0] - 2025-06-27
3043

3144
### Added

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ POM_DEVELOPER_ID=r0adkll
4343
POM_DEVELOPER_NAME=Drew Heavner
4444
POM_DEVELOPER_URL=https://github.com/r0adkll
4545
POM_INCEPTION_YEAR=2024
46-
VERSION_NAME=0.7.0-SNAPSHOT
46+
VERSION_NAME=0.7.0

0 commit comments

Comments
 (0)