From 1fe866c05d8be1f6982addbc5ec8b706596b0ee8 Mon Sep 17 00:00:00 2001 From: Zious Date: Mon, 29 Jun 2026 08:05:32 -0500 Subject: [PATCH] docs(changelog): add v0.11.0 compare links and bump Unreleased base Footer link references were not updated during the v0.11.0 release. Add the missing [0.11.0] compare link and update [Unreleased] to base from v0.11.0 instead of v0.10.0. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ae99ac..ad4fc844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -659,7 +659,8 @@ Downstream consumers of wirerust JSON or CSV output must update for this release - Output sanitization in the terminal reporter guards against C1 control bytes in packet-derived strings. -[Unreleased]: https://github.com/Zious11/wirerust/compare/v0.10.0...HEAD +[Unreleased]: https://github.com/Zious11/wirerust/compare/v0.11.0...HEAD +[0.11.0]: https://github.com/Zious11/wirerust/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/Zious11/wirerust/compare/v0.9.4...v0.10.0 [0.9.4]: https://github.com/Zious11/wirerust/compare/v0.9.3...v0.9.4 [0.9.3]: https://github.com/Zious11/wirerust/compare/v0.9.2...v0.9.3