# Changelog
## 0.1.1
- Automated GitHub tag releases so CI builds precompiled NIFs, generates
checksums, validates the package, and publishes to Hex.
- Removed committed checksum files from source control; checksums are generated
during the release workflow.
- Limited RustlerPrecompiled targets to the NIF artifacts built by CI.
- Added explicit decode errors for unknown token ids instead of silently
returning partial decoded text.
## 0.1.0
- Initial release of `FastestTiktoken`.
- Added Rustler bindings for the pure-Rust `tiktoken` crate.
- Added source-build and RustlerPrecompiled release support.
- Added Elixir ports of official OpenAI `tiktoken` public behavior tests.
- Added GPT-2 alias/model mapping and batch/ordinary helper APIs.
- Added official OpenAI `tiktoken` 0.13.0 `o200k_harmony` parity for GPT OSS
model resolution and special tokens.