From 90948bfb71df4316bf0c94d837c690c66ce1a0ba Mon Sep 17 00:00:00 2001 From: Houmgaor Date: Thu, 19 Mar 2026 15:18:33 +0100 Subject: [PATCH] chore(release): prepare 9.3.0 Promote [Unreleased] to [9.3.0] - 2026-03-19 in CHANGELOG and mark the bookshelf save pointer fix as Done in improvements.md (it was applied post-RC1 but the doc still said Pending). --- CHANGELOG.md | 2 ++ docs/improvements.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 369c05c6f..16453b03a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.3.0] - 2026-03-19 + ### Fixed - Fixed G-rank Workshop and Master Felyne (Cog) softlock: `MSG_MHF_GET_EXTRA_INFO` and `MSG_MHF_GET_COG_INFO` now parse correctly and return a fail ACK instead of dropping the packet silently ([#180](https://github.com/Mezeporta/Erupe/issues/180)) diff --git a/docs/improvements.md b/docs/improvements.md index 2fb2104cc..b563077d5 100644 --- a/docs/improvements.md +++ b/docs/improvements.md @@ -59,7 +59,7 @@ From `technical-debt.md`: `model_character.go:88,101,113` has `TODO: fix bookshe **Fix:** Analyze save data from affected game versions to determine correct offsets. Apply fix and add regression test. -**Status:** Pending. +**Status:** **Done.** Correct offsets validated against real save data and applied for all affected versions (G1–G10, F4–F5, S6.0). See CHANGELOG [9.3.0]. ---