From 2a2fddd5791e4b66dab10ef6f365c22aabaf0e9f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 30 Mar 2024 16:30:13 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.0.0](https://github.com/tuProlog/2p-kt/compare/0.32.5...1.0.0) (2024-03-30) ### ⚠ BREAKING CHANGES * DSL refactor ### Features * DSL refactor ([28f585f](https://github.com/tuProlog/2p-kt/commit/28f585f4de7abb39eee471ce18d8c24a6ff4254f)) ### Dependency updates * **deps:** update node.js to 20.12 ([f8f693e](https://github.com/tuProlog/2p-kt/commit/f8f693eeb6bf9dc19f5bb8d359b4062efc89751d)) ### Build and continuous integration * **deps:** update danysk/build-check-deploy-gradle-action action to v2.4.11 ([bfe4543](https://github.com/tuProlog/2p-kt/commit/bfe4543222ef0d88af8f20baa8c8d3f70f1c62bd)) --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aae3833f..7697b42ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [1.0.0](https://github.com/tuProlog/2p-kt/compare/0.32.5...1.0.0) (2024-03-30) + + +### ⚠ BREAKING CHANGES + +* DSL refactor + +### Features + +* DSL refactor ([28f585f](https://github.com/tuProlog/2p-kt/commit/28f585f4de7abb39eee471ce18d8c24a6ff4254f)) + + +### Dependency updates + +* **deps:** update node.js to 20.12 ([f8f693e](https://github.com/tuProlog/2p-kt/commit/f8f693eeb6bf9dc19f5bb8d359b4062efc89751d)) + + +### Build and continuous integration + +* **deps:** update danysk/build-check-deploy-gradle-action action to v2.4.11 ([bfe4543](https://github.com/tuProlog/2p-kt/commit/bfe4543222ef0d88af8f20baa8c8d3f70f1c62bd)) + ## [0.32.5](https://github.com/tuProlog/2p-kt/compare/0.32.4...0.32.5) (2024-03-24)