From a80cc164c7565d14c736d637bf30ada80810e308 Mon Sep 17 00:00:00 2001 From: r0adkll Date: Thu, 19 Dec 2024 12:31:16 -0500 Subject: [PATCH] Prepare for release 0.5.0. --- CHANGELOG.md | 14 ++++++++------ RELEASING.md | 5 +++++ gradle.properties | 2 +- 3 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 RELEASING.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 445c3b8..5800edb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,10 +21,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other Notes & Contributions --> +## [0.5.0] - 2024-12-19 + ### Added -- Add support for linuxArm64/x64 to annotations - [#91](https://github.com/r0adkll/kimchi/pull/91) - [@bwalter089](https://github.com/bwalter089) -- Provide contributed subcomponent factories on its parent's graph - [#94](https://github.com/r0adkll/kimchi/pull/94) +- Add support for linuxArm64/x64 to annotations from [@bwalter089](https://github.com/bwalter089) - [#91](https://github.com/r0adkll/kimchi/pull/91) +- Provide contributed subcomponent factories on its parents graph - [#94](https://github.com/r0adkll/kimchi/pull/94) ### Fixed @@ -36,16 +38,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.4.0] - 2024-09-14 +### Added + +- Support for multiple uses of `@ContributesBinding`, `@ContributesMultibinding`, and `@ContributesTo` on single elements - [#59](https://github.com/r0adkll/kimchi/pull/59) + ### Fixed - Fixed explicit parent components with @MergeComponent components - [#52](https://github.com/r0adkll/kimchi/pull/52) - Fixed non-primitive custom keys not generating correctly - [#55](https://github.com/r0adkll/kimchi/pull/55) - Fixed name collisions with generated hint classes - [#56](https://github.com/r0adkll/kimchi/pull/56) -### Added - -- Support for multiple uses of `@ContributesBinding`, `@ContributesMultibinding`, and `@ContributesTo` on single elements - [#59](https://github.com/r0adkll/kimchi/pull/59) - ## [0.3.1] - 2024-09-10 ### Fixed diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 0000000..c38a526 --- /dev/null +++ b/RELEASING.md @@ -0,0 +1,5 @@ +# Releasing + +1. Checkout `main` branch. +2. Update the `CHANGELOG.md` for the impending release. +3. Run `./release.sh (--patch|--minor|--major)`. diff --git a/gradle.properties b/gradle.properties index a0bc460..1d8a617 100644 --- a/gradle.properties +++ b/gradle.properties @@ -41,4 +41,4 @@ POM_DEVELOPER_ID=r0adkll POM_DEVELOPER_NAME=Drew Heavner POM_DEVELOPER_URL=https://github.com/r0adkll POM_INCEPTION_YEAR=2024 -VERSION_NAME=0.5.0-SNAPSHOT +VERSION_NAME=0.5.0