From 1b1ce663b78c74be4d8137939190d597df70e296 Mon Sep 17 00:00:00 2001 From: Yasuhiro SHIMIZU Date: Sun, 1 Sep 2024 16:39:17 +0900 Subject: [PATCH] chore(master): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ gradle.properties | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f5b6b2a..1772e6f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ecff47..7020b71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ 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). +## 1.0.0 (2024-09-01) + + +### Bug Fixes + +* **ci:** fix extra-fIles config in release-please action ([#113](https://github.com/yshrsmz/BuildKonfig/issues/113)) ([65288b2](https://github.com/yshrsmz/BuildKonfig/commit/65288b2560402d02a8b07b417932898dcabf4bb7)) +* **deps:** [#160](https://github.com/yshrsmz/BuildKonfig/issues/160) Kotlin 2.0 and fixed Issue With New Compiler Options DSL ([#162](https://github.com/yshrsmz/BuildKonfig/issues/162)) ([4655ce3](https://github.com/yshrsmz/BuildKonfig/commit/4655ce310028a3dda6f6b72149f4617a495b8f81)) +* **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.google.truth:truth to v1.4.2 ([#138](https://github.com/yshrsmz/BuildKonfig/issues/138)) ([aa2b18b](https://github.com/yshrsmz/BuildKonfig/commit/aa2b18b673431b0fd41a641ff5735bb06944759a)) +* **deps:** update dependency com.google.truth:truth to v1.4.3 ([#155](https://github.com/yshrsmz/BuildKonfig/issues/155)) ([84c6e23](https://github.com/yshrsmz/BuildKonfig/commit/84c6e23337fc827a43f0cc62e3bc859f0d501410)) +* **deps:** update dependency com.google.truth:truth to v1.4.4 ([#159](https://github.com/yshrsmz/BuildKonfig/issues/159)) ([627acda](https://github.com/yshrsmz/BuildKonfig/commit/627acda65103fef7cf11d33a58f15a93c9c66670)) +* **deps:** update dependency com.squareup:kotlinpoet to v1.15.1 ([#117](https://github.com/yshrsmz/BuildKonfig/issues/117)) ([2c40f50](https://github.com/yshrsmz/BuildKonfig/commit/2c40f504022bb7f779e96e8d22954f4aec46eea1)) +* **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)) +* **deps:** update dependency com.squareup:kotlinpoet to v1.17.0 ([#135](https://github.com/yshrsmz/BuildKonfig/issues/135)) ([9f3dc3c](https://github.com/yshrsmz/BuildKonfig/commit/9f3dc3c4b242c013e0fe7e6f81eddde9504d4189)) +* **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) diff --git a/gradle.properties b/gradle.properties index 66e32eb..d7076f2 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.2 +VERSION_NAME=1.0.0 # x-release-please-end # POM_URL=https://github.com/yshrsmz/BuildKonfig/