From f1c6daa4abacb0a9acd35a8c3ac4ca54c71ee276 Mon Sep 17 00:00:00 2001 From: Cavendish <8046350+fuf-cavendish@users.noreply.github.com> Date: Thu, 10 Sep 2026 18:55:09 +0200 Subject: [PATCH] chore(release): release 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1744697..a39487b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,30 @@ * **deps:** update module github.com/go-sql-driver/mysql to v1.10.1 ([8f9873c](https://github.com/fuf-stack/hardcore/commit/8f9873c74674595865dd78a7802cbecfb981202b)) +### Build System + +* require Go 1.27 and migrate health serialization to JSON v2 ([cd31f99](https://github.com/fuf-stack/hardcore/commit/cd31f99b5a074d7763b4826b6b64f2db66d2ea85)) + +## [1.3.0](https://github.com/fuf-stack/hardcore/compare/v2.0.0...v1.3.0) (2026-09-10) + + +### ⚠ BREAKING CHANGES + +* require Go 1.27 and migrate health serialization to JSON v2 + +### Features + +* **database:** add credential-safe connection URL parsing ([c9e6124](https://github.com/fuf-stack/hardcore/commit/c9e6124718a1685c92d16dc6986040500a96f553)) + + +### Bug Fixes + +* **deps:** exclude local integration self-dependency from Renovate ([f2fd5b9](https://github.com/fuf-stack/hardcore/commit/f2fd5b91bc069966eacea4a56191fea12a92d0c6)) +* **deps:** update module github.com/go-sql-driver/mysql to v1.10.1 ([31bb300](https://github.com/fuf-stack/hardcore/commit/31bb3001c928f78f3e88856d65ef7eb0674dc50b)) +* **deps:** update module github.com/go-sql-driver/mysql to v1.10.1 ([8f9873c](https://github.com/fuf-stack/hardcore/commit/8f9873c74674595865dd78a7802cbecfb981202b)) +* **release:** restore v1 release line and simplify versioning docs ([1ea76c2](https://github.com/fuf-stack/hardcore/commit/1ea76c2db3b9d9ae74cf806570e04f4720ca3cf5)) + + ### Build System * require Go 1.27 and migrate health serialization to JSON v2 ([cd31f99](https://github.com/fuf-stack/hardcore/commit/cd31f99b5a074d7763b4826b6b64f2db66d2ea85))