Skip to content

Commit

Permalink
chore(master): release 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed Sep 1, 2024
1 parent 435519d commit 6ccb731
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.3](https://github.com/yshrsmz/BuildKonfig/compare/v0.15.2...v0.15.3) (2024-09-01)


### Miscellaneous

* **deps:** update plugin mavenpublish to v0.29.0 ([#130](https://github.com/yshrsmz/BuildKonfig/issues/130)) ([d1deaea](https://github.com/yshrsmz/BuildKonfig/commit/d1deaea0173bbcc1b84e003bf953b9b827cbae81))
* **deps:** update plugin pluginpublish to v1.2.2 ([#164](https://github.com/yshrsmz/BuildKonfig/issues/164)) ([599013e](https://github.com/yshrsmz/BuildKonfig/commit/599013e90aa99677dee5794ccf06b3eb9d168d74))
* update sample to Kotlin 2.0 ([#149](https://github.com/yshrsmz/BuildKonfig/issues/149)) ([435519d](https://github.com/yshrsmz/BuildKonfig/commit/435519d58d9adb41874cac0ef6e8db660b0d65b6))


### Bug Fixes

* **deps:** update dependency com.squareup:kotlinpoet to v1.18.1 ([#158](https://github.com/yshrsmz/BuildKonfig/issues/158)) ([54557e3](https://github.com/yshrsmz/BuildKonfig/commit/54557e372e45035c217a47869026a5e1214f785a))

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


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.2
VERSION_NAME=0.15.3
# x-release-please-end
#
POM_URL=https://github.com/yshrsmz/BuildKonfig/
Expand Down

0 comments on commit 6ccb731

Please sign in to comment.