From 8adc18feed722bcd47cf5d2c96a592cd09fe9182 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 16:08:27 +0000 Subject: [PATCH] chore: release v0.1.7 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"