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).
This commit is contained in:
Houmgaor
2026-03-19 15:18:33 +01:00
parent 39d93f6eed
commit 90948bfb71
2 changed files with 3 additions and 1 deletions

View File

@@ -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))

View File

@@ -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 (G1G10, F4F5, S6.0). See CHANGELOG [9.3.0].
---