Skip to content

Commit 00c7f50

Browse files
chore(release): 0.1.30 [skip ci]
## [0.1.30](0.1.29...0.1.30) (2025-05-13) ### Dependency updates * **core-deps:** update dependency org.jetbrains.kotlin.jvm to v2.1.21 ([#1026](#1026)) ([fd1ce61](fd1ce61)) * **deps:** update dependency gradle to v8.14 ([#1019](#1019)) ([491c2a9](491c2a9)) * **deps:** update dependency org.mockito:mockito-core to v5.17.0 ([#1004](#1004)) ([1e9ecee](1e9ecee)) * **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.126 ([#1022](#1022)) ([b5cd072](b5cd072)) * **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.127 ([#1023](#1023)) ([11f1a0c](11f1a0c)) * **deps:** update node.js to 22.15 ([#1015](#1015)) ([e40197b](e40197b)) * **deps:** update plugin com.gradle.develocity to v4 ([#1006](#1006)) ([f0cabb8](f0cabb8)) * **deps:** update plugin com.gradle.develocity to v4.0.1 ([#1016](#1016)) ([fcbc076](fcbc076)) * **deps:** update plugin gitsemver to v5 ([#1012](#1012)) ([4849e4d](4849e4d)) * **deps:** update plugin gitsemver to v5.1.2 ([#1017](#1017)) ([73aec08](73aec08)) * **deps:** update plugin kotlin-qa to v0.78.3 ([#996](#996)) ([43b1cf5](43b1cf5)) * **deps:** update plugin kotlin-qa to v0.79.0 ([#997](#997)) ([4bd86df](4bd86df)) * **deps:** update plugin kotlin-qa to v0.81.1 ([#998](#998)) ([7bac4dc](7bac4dc)) * **deps:** update plugin kotlin-qa to v0.82.0 ([#999](#999)) ([b1d687f](b1d687f)) * **deps:** update plugin kotlin-qa to v0.83.1 ([#1000](#1000)) ([dd62154](dd62154)) * **deps:** update plugin kotlin-qa to v0.84.1 ([#1001](#1001)) ([5ec9d31](5ec9d31)) * **deps:** update plugin kotlin-qa to v0.85.0 ([#1003](#1003)) ([77a4115](77a4115)) * **deps:** update plugin kotlin-qa to v0.86.1 ([#1020](#1020)) ([404e1f5](404e1f5)) * **deps:** update plugin multijvmtesting to v3.2.4 ([#992](#992)) ([e373a65](e373a65)) * **deps:** update plugin multijvmtesting to v3.3.0 ([#995](#995)) ([63d8b72](63d8b72)) * **deps:** update plugin multijvmtesting to v3.4.0 ([#1014](#1014)) ([c941741](c941741)) * **deps:** update plugin multijvmtesting to v3.4.1 ([#1018](#1018)) ([22dde5c](22dde5c)) * **deps:** update plugin org.danilopianini.gradle-pre-commit-git-hooks to v2.0.22 ([#994](#994)) ([58d30f8](58d30f8)) * **deps:** update plugin org.danilopianini.gradle-pre-commit-git-hooks to v2.0.23 ([#1021](#1021)) ([1febc76](1febc76)) * **deps:** update plugin org.gradle.toolchains.foojay-resolver-convention to v0.10.0 ([#1010](#1010)) ([2403ee9](2403ee9)) * **deps:** update plugin publishoncentral to v8.0.5 ([#993](#993)) ([8e16543](8e16543)) * **deps:** update plugin publishoncentral to v8.0.6 ([#1005](#1005)) ([8c68c67](8c68c67)) * **deps:** update plugin publishoncentral to v8.0.7 ([#1024](#1024)) ([ff05bfa](ff05bfa)) ### Build and continuous integration * **deps:** update actions/setup-node action to v4.4.0 ([#1011](#1011)) ([67e743c](67e743c)) * **deps:** update danysk/build-check-deploy-gradle-action action to v3.7.14 ([#1002](#1002)) ([02847aa](02847aa)) * **deps:** update danysk/build-check-deploy-gradle-action action to v3.7.15 ([#1007](#1007)) ([d5d9044](d5d9044)) * **deps:** update danysk/build-check-deploy-gradle-action action to v3.7.16 ([#1009](#1009)) ([1ed3031](1ed3031)) * **deps:** update danysk/build-check-deploy-gradle-action action to v3.7.17 ([#1013](#1013)) ([f6ba3a5](f6ba3a5)) * **deps:** update danysk/build-check-deploy-gradle-action action to v3.7.18 ([#1025](#1025)) ([c7ae2ff](c7ae2ff)) * **deps:** update dependency windows github actions runner to v2025 ([#1008](#1008)) ([1c3cecb](1c3cecb))
1 parent fd1ce61 commit 00c7f50

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
## [0.1.30](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/compare/0.1.29...0.1.30) (2025-05-13)
2+
3+
### Dependency updates
4+
5+
* **core-deps:** update dependency org.jetbrains.kotlin.jvm to v2.1.21 ([#1026](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1026)) ([fd1ce61](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/fd1ce61fce44bccb7218f168e15480f6fade90a2))
6+
* **deps:** update dependency gradle to v8.14 ([#1019](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1019)) ([491c2a9](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/491c2a9196b826bbfe93230fc20cb8d837fbdfb0))
7+
* **deps:** update dependency org.mockito:mockito-core to v5.17.0 ([#1004](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1004)) ([1e9ecee](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/1e9eceefc0b41b65976a54f1665b0e30e2583647))
8+
* **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.126 ([#1022](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1022)) ([b5cd072](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/b5cd072fcc4cffb2f79ba6b58be602bdb6bdbd22))
9+
* **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.127 ([#1023](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1023)) ([11f1a0c](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/11f1a0cdbd2d8ccb7a28010b79efabf94ecf2f34))
10+
* **deps:** update node.js to 22.15 ([#1015](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1015)) ([e40197b](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/e40197bf0d5eb5567965b02284aefec6a9c1f23b))
11+
* **deps:** update plugin com.gradle.develocity to v4 ([#1006](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1006)) ([f0cabb8](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/f0cabb8b538573163fc6127fa3e8a6552cc2294b))
12+
* **deps:** update plugin com.gradle.develocity to v4.0.1 ([#1016](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1016)) ([fcbc076](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/fcbc0762dec5532b32499a7e5c32f4185f0505e0))
13+
* **deps:** update plugin gitsemver to v5 ([#1012](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1012)) ([4849e4d](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/4849e4db5af49ff7d27ad48a8f26b1a0bbcc6126))
14+
* **deps:** update plugin gitsemver to v5.1.2 ([#1017](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1017)) ([73aec08](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/73aec0842b19e4dc7e7750288bbb3b72d1142db7))
15+
* **deps:** update plugin kotlin-qa to v0.78.3 ([#996](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/996)) ([43b1cf5](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/43b1cf550df730033675a71e125633fc8f584a52))
16+
* **deps:** update plugin kotlin-qa to v0.79.0 ([#997](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/997)) ([4bd86df](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/4bd86df3f7442d5c4509574c0e4274b5c8139f99))
17+
* **deps:** update plugin kotlin-qa to v0.81.1 ([#998](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/998)) ([7bac4dc](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/7bac4dc4ea17b53d83d9996cc48736fca896f850))
18+
* **deps:** update plugin kotlin-qa to v0.82.0 ([#999](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/999)) ([b1d687f](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/b1d687ff0c8d3da54efa4f862e47f06101986dab))
19+
* **deps:** update plugin kotlin-qa to v0.83.1 ([#1000](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1000)) ([dd62154](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/dd6215407bcaa37117cf96063e0a8f6ad9f2ac82))
20+
* **deps:** update plugin kotlin-qa to v0.84.1 ([#1001](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1001)) ([5ec9d31](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/5ec9d31216f88b3b2108401e42bdff8b772e415b))
21+
* **deps:** update plugin kotlin-qa to v0.85.0 ([#1003](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1003)) ([77a4115](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/77a411567b99b95e2f119a2cebbdd4e92b11aca3))
22+
* **deps:** update plugin kotlin-qa to v0.86.1 ([#1020](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1020)) ([404e1f5](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/404e1f500db21467925788baceb130df00fd2160))
23+
* **deps:** update plugin multijvmtesting to v3.2.4 ([#992](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/992)) ([e373a65](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/e373a65141db8fd5ebb9db6374195ace97376fd9))
24+
* **deps:** update plugin multijvmtesting to v3.3.0 ([#995](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/995)) ([63d8b72](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/63d8b72febc887cf3403e9734aacc33b2ede6095))
25+
* **deps:** update plugin multijvmtesting to v3.4.0 ([#1014](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1014)) ([c941741](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/c941741d9e016da62494ef5c57374fdb69f1fab7))
26+
* **deps:** update plugin multijvmtesting to v3.4.1 ([#1018](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1018)) ([22dde5c](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/22dde5c5e24e99a96c1ea7f92848251265b4d4d4))
27+
* **deps:** update plugin org.danilopianini.gradle-pre-commit-git-hooks to v2.0.22 ([#994](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/994)) ([58d30f8](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/58d30f88715b9f6e0e9e8963fff5016e606e4daa))
28+
* **deps:** update plugin org.danilopianini.gradle-pre-commit-git-hooks to v2.0.23 ([#1021](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1021)) ([1febc76](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/1febc7669f2c5dabf506e3fb1d4512b78ec87c6a))
29+
* **deps:** update plugin org.gradle.toolchains.foojay-resolver-convention to v0.10.0 ([#1010](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1010)) ([2403ee9](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/2403ee95acc7040db26efd5266726c69e689d3ef))
30+
* **deps:** update plugin publishoncentral to v8.0.5 ([#993](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/993)) ([8e16543](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/8e16543f45bbaf620b63137079b6db072dd0e570))
31+
* **deps:** update plugin publishoncentral to v8.0.6 ([#1005](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1005)) ([8c68c67](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/8c68c67e32351d6ff912a9b3068b910e2873c080))
32+
* **deps:** update plugin publishoncentral to v8.0.7 ([#1024](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1024)) ([ff05bfa](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/ff05bfaabfe9b30ec8c78bf4fa3c7c5cab54204d))
33+
34+
### Build and continuous integration
35+
36+
* **deps:** update actions/setup-node action to v4.4.0 ([#1011](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1011)) ([67e743c](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/67e743cc9bce09ee1deaa9ea277c0864198f590c))
37+
* **deps:** update danysk/build-check-deploy-gradle-action action to v3.7.14 ([#1002](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1002)) ([02847aa](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/02847aa927e526daafdacbc2c57ec38de6a428cd))
38+
* **deps:** update danysk/build-check-deploy-gradle-action action to v3.7.15 ([#1007](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1007)) ([d5d9044](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/d5d9044566141ef818608f2194031896579a71bb))
39+
* **deps:** update danysk/build-check-deploy-gradle-action action to v3.7.16 ([#1009](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1009)) ([1ed3031](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/1ed3031559f654ab4cd9131ae7e25a9726411bfd))
40+
* **deps:** update danysk/build-check-deploy-gradle-action action to v3.7.17 ([#1013](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1013)) ([f6ba3a5](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/f6ba3a5a9d962373f1d0ea4f2abd569763760348))
41+
* **deps:** update danysk/build-check-deploy-gradle-action action to v3.7.18 ([#1025](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1025)) ([c7ae2ff](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/c7ae2ff455bc4e032b1ae2c522f0b4dd54c4bde1))
42+
* **deps:** update dependency windows github actions runner to v2025 ([#1008](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/issues/1008)) ([1c3cecb](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/commit/1c3cecb20a4603c7cf544320ca3a651c19073df7))
43+
144
## [0.1.29](https://github.com/DanySK/Template-for-Kotlin-JVM-Projects/compare/0.1.28...0.1.29) (2025-03-20)
245

346
### Dependency updates

0 commit comments

Comments
 (0)