Skip to content

Commit 428b098

Browse files
committed
Prepare for release 0.5.1.
1 parent 8966994 commit 428b098

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
11
Changelog
22
=========
33

4+
Version 0.5.1
5+
-------------
6+
7+
_2021-05-13_
8+
9+
* Update to KSP `1.5.0-1.0.0-alpha09`
10+
411
Version 0.5.0
512
-------------
613

714
_2021-04-29_
815

9-
* Update to KSP `1.5.0-alpha09`
16+
* Update to KSP `1.5.0-1.0.0-alpha09`
1017
* Update Kotlin to `1.5.0`
1118

1219
Version 0.4.2
1320
-------------
1421

1522
_2021-04-22_
1623

17-
* Update to KSP `1.4.32-alpha08`
18-
* (Internal) Switch to `SymbolProcessorProvider` API, which means KSP `1.4.32-alpha08` is the
24+
* Update to KSP `1.4.32-1.0.0-alpha08`
25+
* (Internal) Switch to `SymbolProcessorProvider` API, which means KSP `1.4.32-1.0.0-alpha08` is the
1926
minimum required version!
2027

2128
Version 0.4.1

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

1717
GROUP=dev.zacsweers.autoservice
18-
VERSION_NAME=0.6.0-SNAPSHOT
18+
VERSION_NAME=0.5.1
1919
POM_DESCRIPTION=A KSP implementation of AutoService.
2020
POM_URL=https://github.com/ZacSweers/auto-service-ksp
2121
POM_SCM_URL=https://github.com/ZacSweers/auto-service-ksp

0 commit comments

Comments
 (0)