# 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.0](https://github.com/JamesPatrickGill/utf64/releases/tag/v0.1.0) - 2025-10-05
### Other
- Add required Cargo.toml metadata for publishing
- Add GitHub Actions release workflow
- Add formal specification document and versioning documentation
- Add remaining nice-to-have traits
- Add medium-priority traits
- Add high-priority traits and enhance README
- Add essential trait implementations
- Initial UTF64 implementation with core encoding/decoding