diff --git a/CHANGELOG.md b/CHANGELOG.md index 61dc800..a1971d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.7](https://github.com/manu3618/reflecto/compare/v0.1.6...v0.1.7) - 2026-04-23 + +### Other + +- Bump versions + ## [0.1.6](https://github.com/manu3618/reflecto/compare/v0.1.5...v0.1.6) - 2025-05-21 ### Other diff --git a/Cargo.lock b/Cargo.lock index a9a5f51..ed61e39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1060,7 +1060,7 @@ dependencies = [ [[package]] name = "reflecto" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 1942935..0b666d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reflecto" -version = "0.1.6" +version = "0.1.7" edition = "2021" description = "A port of reflector" repository = "https://github.com/manu3618/reflecto"