From dd88cc9a9410aa869276cb50a3b29b6da102177d Mon Sep 17 00:00:00 2001 From: Yasuhiro SHIMIZU Date: Thu, 13 Feb 2025 19:50:09 +0900 Subject: [PATCH 1/2] chore(master): release 0.16.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index de7d5d0..eabde80 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.2" + ".": "0.16.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ecff47..cd295e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.16.0](https://github.com/yshrsmz/BuildKonfig/compare/v0.15.2...v0.16.0) (2025-02-13) + + +### Bug Fixes + +* **deps:** fix missed commits about gradle wrapper version ([#185](https://github.com/yshrsmz/BuildKonfig/issues/185)) ([3a35b48](https://github.com/yshrsmz/BuildKonfig/commit/3a35b48297d82c05fe4b2fa667eb027c243e318e)) +* **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)) +* **deps:** update dependency com.squareup:kotlinpoet to v2 ([#171](https://github.com/yshrsmz/BuildKonfig/issues/171)) ([c6c9090](https://github.com/yshrsmz/BuildKonfig/commit/c6c909056bffb6fcd9713d70795bd897736ee236)) + + +### Miscellaneous Chores + +* prepare for release 0.16.0 ([f08a48b](https://github.com/yshrsmz/BuildKonfig/commit/f08a48b20d7fe869af9c55d02f8d85304fb85281)) + ## [0.15.2](https://github.com/yshrsmz/BuildKonfig/compare/v0.15.1...v0.15.2) (2024-08-31) From c651013be1564d5fcdb2d60d8d000bf89ac4a05f Mon Sep 17 00:00:00 2001 From: RyuNen344 Date: Thu, 13 Feb 2025 21:39:55 +0900 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd295e9..5e10251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Miscellaneous Chores * prepare for release 0.16.0 ([f08a48b](https://github.com/yshrsmz/BuildKonfig/commit/f08a48b20d7fe869af9c55d02f8d85304fb85281)) +* **deps:** update kotlin monorepo to v2.0.21 ([#142](https://github.com/yshrsmz/BuildKonfig/issues/142)) ([b5f6275](https://github.com/yshrsmz/BuildKonfig/commit/b5f62751cc9fe250c3781a6edba5cef144b52660)) ## [0.15.2](https://github.com/yshrsmz/BuildKonfig/compare/v0.15.1...v0.15.2) (2024-08-31)