From eb6b5ca8705639bb6c37e1e22345ad713a7d9af5 Mon Sep 17 00:00:00 2001 From: alex <53851759+alxxjohn@users.noreply.github.com> Date: Tue, 28 Jul 2026 13:04:30 -0400 Subject: [PATCH] chore(main): release 1.3.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1403ce1..47f0a4a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.5" + ".": "1.3.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b561e5a..6e38dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.3.6](https://github.com/devr-tools/codeguard/compare/v1.3.5...v1.3.6) (2026-07-28) + + +### Bug Fixes + +* report retry-mitigated sequence debt ([8c7a6d5](https://github.com/devr-tools/codeguard/commit/8c7a6d54a190a6ed2c7c899088466e28ed58422a)) +* retune defensive precision followups ([a9367ae](https://github.com/devr-tools/codeguard/commit/a9367ae38197ee4d1a23fdfaeafa56267a8d2cbf)) +* retune defensive precision followups ([#83](https://github.com/devr-tools/codeguard/issues/83)) ([ef6111a](https://github.com/devr-tools/codeguard/commit/ef6111a29c2102a32789e41870b625fbe69ca8a4)) +* treat allocators as command style ([4d7dfa9](https://github.com/devr-tools/codeguard/commit/4d7dfa955d381f7a680e2a293ee7123c1484fca4)) + ## [1.3.5](https://github.com/devr-tools/codeguard/compare/v1.3.4...v1.3.5) (2026-07-28)