From d2d6cc82d3c6b8af7e8dd3a112e93c45aff58eab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 17:46:41 -0500 Subject: [PATCH] chore: release v0.0.25 (#68) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- crates/iwe/CHANGELOG.md | 6 ++++++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23f3687..268a30a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -636,7 +636,7 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "iwe" -version = "0.0.24" +version = "0.0.25" dependencies = [ "clap", "env_logger", @@ -657,7 +657,7 @@ dependencies = [ [[package]] name = "iwes" -version = "0.0.24" +version = "0.0.25" dependencies = [ "anyhow", "assert-json-diff", @@ -705,7 +705,7 @@ checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" [[package]] name = "liwe" -version = "0.0.24" +version = "0.0.25" dependencies = [ "env_logger", "futures", diff --git a/Cargo.toml b/Cargo.toml index f4a76a6..7396280 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,10 @@ license = "Apache-2.0" edition = "2021" rust-version = "1.82" repository = "https://github.com/iwe-org/iwe" -version = "0.0.24" +version = "0.0.25" [workspace.dependencies] -liwe = { path = "./crates/liwe", version = "0.0.24" } +liwe = { path = "./crates/liwe", version = "0.0.25" } anyhow = "1.0.41" clap = { version = "4.0", features = ["derive"] } crossbeam-channel = "0.5.8" diff --git a/crates/iwe/CHANGELOG.md b/crates/iwe/CHANGELOG.md index ea9310c..c3c2c0b 100644 --- a/crates/iwe/CHANGELOG.md +++ b/crates/iwe/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.25](https://github.com/iwe-org/iwe/compare/iwe-v0.0.24...iwe-v0.0.25) - 2025-02-24 + +### Added + +- sub-directories support (#71) + ## [0.0.24](https://github.com/iwe-org/iwe/compare/iwe-v0.0.23...iwe-v0.0.24) - 2025-02-17 ### Other