From d7f5042c1eb029aa466f6b213e7ab561e21aa195 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 13:52:06 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release From c5665b49c085689654f760cdfa8f1499a3282680 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 13:52:07 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 658605f..25a0b57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v3.1.2](https://github.com/shamaton/msgpack/compare/v3.1.1...v3.1.2) - 2026-05-19 +- chore: clean up and pin GitHub Actions workflows by @shamaton in https://github.com/shamaton/msgpack/pull/71 +- Bump codecov/codecov-action from 6.0.0 to 6.0.1 by @dependabot[bot] in https://github.com/shamaton/msgpack/pull/73 +- fix: harden numeric conversions for gosec by @shamaton in https://github.com/shamaton/msgpack/pull/74 + ## [v3.1.1](https://github.com/shamaton/msgpack/compare/v3.1.0...v3.1.1) - 2026-05-12 - chore: isolate formatting cleanup from #60 by @shamaton in https://github.com/shamaton/msgpack/pull/61 - Add tagpr configuration by @shamaton in https://github.com/shamaton/msgpack/pull/63