diff --git a/CHANGELOG.md b/CHANGELOG.md index 553fba6d8af..fc361cd9f2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Changelog -## Version 0.30-SNAPSHOT +## Version 0.30 -_release date_ +_2019-08-23_ * **Breaking:** Rename `@FromCreateLayout` to `@FromPreviousCreateLayout`. * **Breaking:** Add compile-time error when `Component.Builder` is passed as a `@Prop`. ([5da7121](https://github.com/facebook/litho/commit/5da712120243ec3419ecc70b9806bde9536d2251)) @@ -23,7 +23,7 @@ _release date_ * Fix: Don't crash when using primitive `@CachedValue`s together with HotSwap mode. ([501f1a1](https://github.com/facebook/litho/commit/501f1a171e3df30bf40330b9eaffbb13f61cc007)) * Fix: Improve `@OnUpdateStateWithTransition`'s behavior. - For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.29.0...master). + For more details, see the [full diff](https://github.com/facebook/litho/compare/v0.29.0...v0.30.0). ## Version 0.29.0 diff --git a/docs/_config.yml b/docs/_config.yml index 4a7ecd3f6f4..e6111ee681f 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -35,7 +35,7 @@ ghrepo: "facebook/litho" repository: "facebook/litho" # These can be used in documentation with e.g. {{site.litho-version}} -litho-version: 0.29.0 +litho-version: 0.30.0 litho-snapshot-version: 0.29.1-SNAPSHOT soloader-version: 0.5.1 diff --git a/gradle.properties b/gradle.properties index 67657fd0fcd..fee68eedc5c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ # Project-wide Gradle settings. -VERSION_NAME=0.29.1-SNAPSHOT +VERSION_NAME=0.30.0 GROUP=com.facebook.litho POM_URL=https://github.com/facebook/litho POM_SCM_URL=https://github.com/facebook/litho.git