# Changelog
## [Unreleased] - ReleaseDate
## [0.1.3] - 2023-01-08
- Correct makefile autocompletions install targets
- Added `.deb` output
## [0.1.2] - 2023-01-08
- Added `aarch64-unknown-linux-gnu`, `aarch64-apple-darwin`, and
`x86_64-pc-windows-gnu` targets
## [0.1.1] - 2023-01-07
- Added pretty printing for hex and JSON output
- CLI now defaults to hex input when specifying `-i -j`
- Added makefile for easier installing
- [test] added integration tests
## [0.1.0] - 2023-01-07
Initial release supporting:
- Bidirectional JSON <-> MessagePack conversions
- File input and output
- `stdin` input and `stdout` output
- Hex string input and output
[Unreleased]: https://github.com/pluots/msgpack-cli/compare/v0.1.3...HEAD
[0.1.3]: https://github.com/pluots/msgpack-cli/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/pluots/msgpack-cli/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/pluots/msgpack-cli/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/pluots/msgpack-cli/compare/3fb7ec2a...v0.1.0