From 6843725c2bad61397183ad574aab1715160d0722 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 03:02:15 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- CREDITS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CREDITS b/CREDITS index 54554b5..ab8e8e1 100644 --- a/CREDITS +++ b/CREDITS @@ -32,7 +32,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================ RFC 9111 -https://httpwg.org/specs/rfc9111.html +https://www.rfc-editor.org/info/rfc9111 https://trustee.ietf.org/documents/trust-legal-provisions/tlp-5/ ---------------------------------------------------------------- Copyright (c) 2022 IETF Trust and the persons identified as authors of the code. All rights reserved. From 67913a472c382527b6a55dc74cbd6d12efffb927 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 03:02:15 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b10334..be64dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.14.1](https://github.com/2manymws/rc/compare/v0.14.0...v0.14.1) - 2026-03-01 +### Fix bug 🐛 +- fix(rfc9111): implement must-understand and no-store interaction per RFC 9111 Section 5.2.2.3 by @k1LoW in https://github.com/2manymws/rc/pull/98 +### Other Changes +- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/2manymws/rc/pull/99 +- chore(deps): bump the dependencies group with 3 updates by @dependabot[bot] in https://github.com/2manymws/rc/pull/100 +- chore(deps): bump the dependencies group with 3 updates by @dependabot[bot] in https://github.com/2manymws/rc/pull/101 +- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/2manymws/rc/pull/102 + ## [v0.14.0](https://github.com/2manymws/rc/compare/v0.13.0...v0.14.0) - 2025-11-10 ### Breaking Changes 🛠 - fix(rfc9111): correct status code understanding logic per RFC 9111 Section 3 by @k1LoW in https://github.com/2manymws/rc/pull/94