# 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).
## 0.1.0 (2023-05-27)
### Other
- Correct repository link in Cargo.toml
### Bug Fixes
- Explicit zx0decompress version in cli
Otherwise cargo publish won't publish zx0dec apparently.
### Commit Statistics
- 11 commits contributed to the release over the course of 3 calendar days.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
view details
* **Uncategorized**
- Explicit zx0decompress version in cli ([`0227aa2`](https://github.com/vilcans/zx0decompress/commit/0227aa2b7278dce55299e308ab50224478ef75bc))
- Release zx0decompress v0.1.2, zx0dec v0.1.0 ([`5af1177`](https://github.com/vilcans/zx0decompress/commit/5af1177fa730eb25e248e083ac7d8d29ccde6cad))
- Release zx0decompress v0.1.1, zx0dec v0.1.0 ([`a9303c0`](https://github.com/vilcans/zx0decompress/commit/a9303c0f7bfd6cd280d3f5cfaffa0bfb790454ea))
- Add CHANGELOG.md ([`f9f5747`](https://github.com/vilcans/zx0decompress/commit/f9f5747c73be0a2e0fb663359a51d29e96ee5c00))
- Correct repository link in Cargo.toml ([`00e82a5`](https://github.com/vilcans/zx0decompress/commit/00e82a586345e5a15aa9cfe70f00bd60bd60d0bd))
- Split readme into lib and cli ([`5430598`](https://github.com/vilcans/zx0decompress/commit/54305987e63b3d0cf88d4008b5b16f3812c1577b))
- Add settings for classic mode and max output size ([`8bd4ccd`](https://github.com/vilcans/zx0decompress/commit/8bd4ccd2487ff977a2adc88109c6f306462e1866))
- Error on corrupt input (invalid length) ([`f5f7308`](https://github.com/vilcans/zx0decompress/commit/f5f7308634b6b9e461e7f149c8674c7e77062b6c))
- Comments ([`7069494`](https://github.com/vilcans/zx0decompress/commit/7069494d266c95c7bf88f73ed1793a0169ebaedc))
- Add metadata to Cargo files ([`4ff5199`](https://github.com/vilcans/zx0decompress/commit/4ff51997ce156fa57149e9fac0a743e6d5b0bf7f))
- First implementation ([`f87de06`](https://github.com/vilcans/zx0decompress/commit/f87de0667650cb6ab69f8acc338154564f4884d5))