Skip to content

Commit

Permalink
chore(master): release 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed May 28, 2024
1 parent 823ae08 commit d2f276a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.15.2](https://github.com/yshrsmz/BuildKonfig/compare/v0.15.1...v0.15.2) (2024-05-28)


### Miscellaneous

* **deps:** update actions/cache action to v4 ([#134](https://github.com/yshrsmz/BuildKonfig/issues/134)) ([484b95c](https://github.com/yshrsmz/BuildKonfig/commit/484b95cb31f8230d543fb1610fbef4eb079dddd3))
* **deps:** update actions/setup-java action to v4 ([#120](https://github.com/yshrsmz/BuildKonfig/issues/120)) ([5446b80](https://github.com/yshrsmz/BuildKonfig/commit/5446b801b33c01acd11c2f8abf0d2f362218ce67))
* **deps:** update actions/upload-artifact action to v4 ([#126](https://github.com/yshrsmz/BuildKonfig/issues/126)) ([159d193](https://github.com/yshrsmz/BuildKonfig/commit/159d19355fd07c250207f9d2fcd635d0bf1b469d))
* **deps:** update dependency org.jetbrains.dokka to v1.9.20 ([#141](https://github.com/yshrsmz/BuildKonfig/issues/141)) ([823ae08](https://github.com/yshrsmz/BuildKonfig/commit/823ae083102b0fdcff57da3a76160807490e28aa))
* **deps:** update kotlin monorepo to v1.9.22 ([#132](https://github.com/yshrsmz/BuildKonfig/issues/132)) ([ab37a22](https://github.com/yshrsmz/BuildKonfig/commit/ab37a222a01c48e592632154113503e440523325))
* **deps:** update plugin versions to v0.51.0 ([#137](https://github.com/yshrsmz/BuildKonfig/issues/137)) ([237622a](https://github.com/yshrsmz/BuildKonfig/commit/237622aa2513967b43933e6186a5aca58dc8318b))


### Bug Fixes

* **deps:** update dependency com.google.truth:truth to v1.2.0 ([#131](https://github.com/yshrsmz/BuildKonfig/issues/131)) ([10a6a29](https://github.com/yshrsmz/BuildKonfig/commit/10a6a2904404e0cd101e7a219f800fb4cfc6ce14))
* **deps:** update dependency com.google.truth:truth to v1.3.0 ([#136](https://github.com/yshrsmz/BuildKonfig/issues/136)) ([6f58e2f](https://github.com/yshrsmz/BuildKonfig/commit/6f58e2fd07a2dc7448f742bfa9bcc3c8d6869d30))
* **deps:** update dependency com.squareup:kotlinpoet to v1.15.2 ([#121](https://github.com/yshrsmz/BuildKonfig/issues/121)) ([ff3a22d](https://github.com/yshrsmz/BuildKonfig/commit/ff3a22d912997c48fcc98244ff27e810945cfe4c))
* **deps:** update dependency com.squareup:kotlinpoet to v1.15.3 ([#125](https://github.com/yshrsmz/BuildKonfig/issues/125)) ([4e6daf4](https://github.com/yshrsmz/BuildKonfig/commit/4e6daf47636a72211467dfa34b4f950946568d1b))

## [0.15.1](https://github.com/yshrsmz/BuildKonfig/compare/v0.15.0...v0.15.1) (2023-11-27)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kotlin.code.style=official
#
GROUP=com.codingfeline.buildkonfig
# x-release-please-start-version
VERSION_NAME=0.15.1
VERSION_NAME=0.15.2
# x-release-please-end
#
POM_URL=https://github.com/yshrsmz/BuildKonfig/
Expand Down

0 comments on commit d2f276a

Please sign in to comment.