serde-encoded-bytes 0.1.1

Efficient bytestring serialization for Serde-supporting types
Documentation
# Changelog

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.1] - 2025-01-05

### Fixed

- Fixed a possible panic when decoding hex strings ([#2])


### Internal

- Bumped `base64` to 0.22. ([#1])


[#1]: https://github.com/fjarri/serde-encoded-bytes/pull/1
[#2]: https://github.com/fjarri/serde-encoded-bytes/pull/2


## [0.1.0] - 2024-10-16

Initial release.


[0.1.0]: https://github.com/fjarri/serde-encoded-bytes/releases/tag/v0.1.0
[0.1.1]: https://github.com/fjarri/serde-encoded-bytes/releases/tag/v0.1.1