Skip to content

Commit 153dc2a

Browse files
committed
Prepare for release 1.2.0.
1 parent 5b4b585 commit 153dc2a

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
1.2.0
5+
-----
6+
7+
_2024-06-07_
8+
9+
- Update to Kotlin `2.0.0`.
10+
- Update to KSP `2.0.0-1.0.22`.
11+
- **Fix**: Support multi-round processing.
12+
- **Fix**: Improve error message when no service interfaces are specified.
13+
14+
Special thanks to [@daisyliu618](https://github.com/daisyliu618) and [@lexa-diky](https://github.com/lexa-diky) for contributing to this release!
15+
416
1.1.0
517
-----
618

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
org.gradle.jvmargs=-Xms1g -Xmx4g -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError
1717

1818
GROUP=dev.zacsweers.autoservice
19-
VERSION_NAME=1.2.0-SNAPSHOT
19+
VERSION_NAME=1.2.0
2020
POM_DESCRIPTION=A KSP implementation of AutoService.
2121
POM_URL=https://github.com/ZacSweers/auto-service-ksp
2222
POM_SCM_URL=https://github.com/ZacSweers/auto-service-ksp

0 commit comments

Comments
 (0)