Skip to content

Commit

Permalink
chore(master): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed Sep 1, 2024
1 parent 9bf33d4 commit 1b1ce66
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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

0 comments on commit 1b1ce66

Please sign in to comment.