Skip to content

Commit

Permalink
chore(master): release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed Feb 14, 2025
1 parent 99272a2 commit 8774de2
Show file tree
Hide file tree
Showing 3 changed files with 16 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.16.0"
".": "0.17.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.0](https://github.com/yshrsmz/BuildKonfig/compare/v0.16.0...v0.17.0) (2025-02-14)


### Bug Fixes

* **deps:** update dependency com.android.tools.build:gradle to v8.8.0 ([#124](https://github.com/yshrsmz/BuildKonfig/issues/124)) ([cfe6e69](https://github.com/yshrsmz/BuildKonfig/commit/cfe6e692bbf17866352295a52a7f52c82485a99c))
* **deps:** update dependency com.android.tools.build:gradle to v8.8.1 ([#193](https://github.com/yshrsmz/BuildKonfig/issues/193)) ([b305d1d](https://github.com/yshrsmz/BuildKonfig/commit/b305d1d244229589af42128fa9738bed8ef0045f))
* **deps:** update kotlin monorepo to v2.1.10 ([#175](https://github.com/yshrsmz/BuildKonfig/issues/175)) ([760faae](https://github.com/yshrsmz/BuildKonfig/commit/760faae92eb70874994c80e2a0d2cd7420e73948))


### Miscellaneous Chores

* prepare for release 0.17.0 ([4c70693](https://github.com/yshrsmz/BuildKonfig/commit/4c706931a646093a60ca29adf93f8361048951fd))

## [0.16.0](https://github.com/yshrsmz/BuildKonfig/compare/v0.15.2...v0.16.0) (2025-02-13)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
#
GROUP=com.codingfeline.buildkonfig
# x-release-please-start-version
VERSION_NAME=0.16.0
VERSION_NAME=0.17.0
# x-release-please-end
#
POM_URL=https://github.com/yshrsmz/BuildKonfig/
Expand Down

0 comments on commit 8774de2

Please sign in to comment.