Skip to content

Commit

Permalink
Prepare for release 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Nov 2, 2021
1 parent 42e8ed7 commit 98db281
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

1.1.0
-----

_2021-11-02_

The implementation has been reworked to run as a standalone processor that then runs AutoValue
_within_ its own process. This allows us to share some data across all processed types and expand
the supported feature set.

As a result...
* **New:** Support for converting nested AutoValue classes!
* **New:** (Basic) support for converting nested enum classes!

1.0.2
-----

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ POM_NAME=AutoValue Kotlin
POM_ARTIFACT_ID=auto-value-kotlin
POM_PACKAGING=jar
GROUP=com.slack.auto.value
VERSION_NAME=1.1.0-SNAPSHOT
VERSION_NAME=1.1.0
POM_DESCRIPTION=An AutoValue extension that generates binary and source compatible equivalent data classes of AutoValue models.
POM_URL=https://github.com/slackhq/auto-value-kotlin/
POM_SCM_URL=https://github.com/slackhq/auto-value-kotlin/
Expand Down

0 comments on commit 98db281

Please sign in to comment.