We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ae75e commit c26cdb8Copy full SHA for c26cdb8
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+1.1.1
5
+-----
6
+
7
+_2021-11-03_
8
9
+* **Fix:** `AutoValueKotlinProcessor` now properly declares its supported options.
10
11
1.1.0
12
-----
13
gradle.properties
@@ -31,7 +31,7 @@ POM_NAME=AutoValue Kotlin
31
POM_ARTIFACT_ID=auto-value-kotlin
32
POM_PACKAGING=jar
33
GROUP=com.slack.auto.value
34
-VERSION_NAME=1.2.0-SNAPSHOT
+VERSION_NAME=1.1.1
35
POM_DESCRIPTION=An AutoValue extension that generates binary and source compatible equivalent data classes of AutoValue models.
36
POM_URL=https://github.com/slackhq/auto-value-kotlin/
37
POM_SCM_URL=https://github.com/slackhq/auto-value-kotlin/
0 commit comments