# 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.2.1](https://github.com/20jasper/JJPWRGEM/compare/bytes2chars-v0.2.0...bytes2chars-v0.2.1) - 2026-04-03
### Documentation
- update crate level docs to include benchmarks and installation instructions. simplifies examples
## [0.2.0](https://github.com/20jasper/JJPWRGEM/compare/v0.1.1...v0.2.0) - 2026-03-31
### Added
- [**breaking**] add InvalidSequenceLength error variant
### Documentation
- *(tracey)* document spec adherance with tracey
## [0.1.1](https://github.com/20jasper/JJPWRGEM/compare/v0.1.0...v0.1.1) - 2026-03-21
### Documentation
- *(ci)* fix crates.io documentation via using cargo-rdme to process docs. fixes intradoc links and hides boilerplate from codeblocks