# 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.10.0 - 2024-02-09
### Changed
- Updated to new `Packable` trait;
- `verify_with` function is no longer called if the visitor is `None`;
## 0.9.0 - 2023-11-17
### Changed
- Only pass visitor to `verify_with` if it was provided;
## 0.8.0 - 2023-11-14
### Added
- Struct-level `verify_with` attribute;
## 0.7.0 - 2022-10-10
### Changed
- Updated dependencies;
## 0.1.0 - 2022-01-13
### Added
- Initial features;