Skip to content

Commit 57a889e

Browse files
FunKiteclaude
andauthored
docs(changelog): record rust-dependencies group bump (#145) (#146)
Record the merge of PR #145, which bumps zerocopy 0.8.50->0.8.52 and glam 0.33.0->0.33.1 in the rust-dependencies group. Both are patch-level lockfile updates; all CI, security-audit, and cargo-deny checks passed. Claude-Session: https://claude.ai/code/session_018czJZu4JLyiTQ3ydNBVghC Co-authored-by: Claude <noreply@anthropic.com>
1 parent 2676eb8 commit 57a889e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
- Updated `zerocopy` from 0.8.50 to 0.8.52 and `glam` from 0.33.0 to 0.33.1 in the `rust-dependencies` group (PR #145): both are patch-level lockfile bumps with no public API impact; `glam` relaxes the vector `map` closure bound from `Fn` to `FnMut`. All CI, security-audit, and `cargo-deny` checks pass.
12+
1013
### Fixed
1114
- README: the "Quick Start" table-of-contents entry and the v0.5.6 `BccGrid` highlight linked to `#quick-start`, which resolved to the maze game's install instructions instead of the library quick start. Both now point to the 30-Second Quick Start (the `BccGrid` example), and the game's duplicate "Quick Start" heading is renamed "How to Play".
1215
- CHANGELOG: the `[Unreleased]` comparison link still pointed at `v0.5.5...HEAD` and the released `0.5.6` entry had no reference-link definition. The `[Unreleased]` link now compares against `v0.5.6`, and a `[0.5.6]` link (`v0.5.5...v0.5.6`) was added.

0 commit comments

Comments
 (0)