From 97dece14400fe770008cc534c9786dfbc1390c35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 21:36:35 +0000 Subject: [PATCH] chore(main): release 0.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 305c150..57e0617 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.0"} +{".":"0.2.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 389a0af..39f5038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.2.1](https://github.com/hindermath/TinyCalc/compare/v0.2.0...v0.2.1) (2026-04-17) + + +### Bug Fixes / Fehlerbehebungen + +* install ripgrep for windows secret scan ([6020d29](https://github.com/hindermath/TinyCalc/commit/6020d298b0b3a91054850c1e34287d86d5e66b96)) +* replace broken homogeneity workflow ([d00d201](https://github.com/hindermath/TinyCalc/commit/d00d20139d9790c34d524611a0d9a7f64dda35b3)) +* stabilize windows secret scan CI ([c100c24](https://github.com/hindermath/TinyCalc/commit/c100c2447d3c696ba5b1a9821cd23ff03da06b58)) + + +### Documentation / Dokumentation + +* update stats ([301a979](https://github.com/hindermath/TinyCalc/commit/301a979b553e73a9d1404e747c3f104a69794369)) + + +### Maintenance / Wartung + +* complete bilingual compliance markers ([7d1ab1c](https://github.com/hindermath/TinyCalc/commit/7d1ab1c3e869375f677ab0337f75e301ae506cf1)) +* complete bilingual heading coverage ([81f59a8](https://github.com/hindermath/TinyCalc/commit/81f59a8f90cbde904242328a2f274634a6739bde)) +* sync constitution to v1.4.0 ([104219e](https://github.com/hindermath/TinyCalc/commit/104219e3e8f6ada8e4f25f2d36b2a47887e336b5)) +* update stats ([8e20c4d](https://github.com/hindermath/TinyCalc/commit/8e20c4da8df6a58b4fc51f93b6ebe8940802cdf6)) + ## [0.2.0](https://github.com/hindermath/TinyCalc/compare/v0.1.0...v0.2.0) (2026-04-12)