From af23a382d86ea15b3688ad2c5ebd12cc140093cb Mon Sep 17 00:00:00 2001 From: Yasuhiro SHIMIZU Date: Mon, 19 Feb 2024 12:00:12 +0900 Subject: [PATCH] chore(master): release 0.15.2 --- CHANGELOG.md | 19 +++++++++++++++++++ gradle.properties | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index beb750a..96d8364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ 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-02-19) + + +### 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 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) diff --git a/gradle.properties b/gradle.properties index 6dd5816..66e32eb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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/