# Changelog This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Possible sections are: - `Added` for new features. - `Changed` for changes in existing functionality. - `Deprecated` for soon-to-be removed features. - `Removed` for now removed features. - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. ## [Unreleased] - ReleaseDate ## [0.1.4] - 2024-11-15 ### Changed - bump `h3o` to 0.7 ## [0.1.3] - 2024-03-25 ### Changed - bump deps (replace `thc` by `h3o-zip`) ## [0.1.2] - 2024-03-20 ### Added - `IntoIterator` implementation for `FrozenMap` and `FrozenSet` ### Changed - bump deps ## [0.1.1] - 2024-01-15 ### Changed - bump deps ## [0.1.0] - 2023-09-11 - initial release