From 683502ac6e0ee7622f18580335a173e8de66abef Mon Sep 17 00:00:00 2001 From: Yasuhiro SHIMIZU Date: Sun, 1 Sep 2024 16:09:13 +0900 Subject: [PATCH] chore(master): release 0.15.3 --- .release-please-manifest.json | 3 ++- CHANGELOG.md | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d87ddc..f6aaf39 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -39,5 +39,6 @@ ], "extra-files": [ "gradle.properties" - ] + ], + ".": "0.15.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ecff47..4a263fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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) + + +### 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)