galaxy_save_data 0.2.0

Reading and writing GameData.bin files from Super Mario Galaxy
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2026-01-11

### Added

- Serialization from `HashCode` to label.
- Deserialization from label to `HashCode`.

### Changed

- Bump `bilge` to 0.3.0.
- Bump `serde` to 1.0.228.
- Improve serialization for `ConfigDataMiiFlag`.
- Improve serialization for bit arrays.

## [0.1.0] - 2025-08-20

Initial release.