# Changelog All notable changes to this project are documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. The file is auto-generated using [Conventional Commits]. [keep a changelog]: https://keepachangelog.com/en/1.0.0/ [semantic versioning]: https://semver.org/spec/v2.0.0.html [conventional commits]: https://www.conventionalcommits.org/en/v1.0.0/ ## [0.4.0] - 2024-06-25 ### Breaking changes - Bump dependencies, including ed25519_dalek v1 to v2 ### ⚙️ Miscellaneous Tasks - Add automatic changelog generation - Move to private fork - [**breaking**] Bump dependencies, including ed25519_dalek v1 to v2 - Bump version to v0.4.0 ## [0.3.0] - 2024-06-25 ### Breaking changes - Support yggdrasil 0.4 ### 🚀 Features - [**breaking**] Support yggdrasil 0.4 ### ⚙️ Miscellaneous Tasks - Bump version to 0.3.0 and update changelog ## [0.2.2] - 2021-03-19 ### 🐛 Bug Fixes - Actually use leading ones ### 🚜 Refactor - Make clippy happy ### ⚙️ Miscellaneous Tasks - Add CI pipeline - Gitignore idea - Bump version to 0.2.2 and update changelog ## [0.2.1] - 2021-01-30 ### 🚀 Features - Add first benchmark ### ⚙️ Miscellaneous Tasks - Reformat code - Use leading_ones instead inversion + _zeros - Bump version to 0.2.1 and update changelog ## [0.2.0] - 2020-11-26 ### 🚀 Features - Use ipnet's Ipv6Net for subnets ### 🐛 Bug Fixes - Patch hex encoding of keys - Extend and fix encryption key tests - Avoid overflow in shifting logic ### 🚜 Refactor - Restructure code and add docs - Switch to thiserror ### ⚙️ Miscellaneous Tasks - Update dependencies - Reformat code - Generate changelog with jilu - Update dependencies - Add crate details to Cargo.toml - Bump version to 0.2.0 and update changelog