Skip to content

Commit

Permalink
Prepare for release 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
r0adkll committed Dec 19, 2024
1 parent 4aaafbd commit a80cc16
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
5 changes: 5 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -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)`.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a80cc16

Please sign in to comment.