From e42ace864fec135e6a9c9e8d04e11dbf9346d3d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 18:01:22 +0000 Subject: [PATCH] chore(httpwg-cli): release v0.2.6 --- Cargo.lock | 2 +- crates/httpwg-cli/CHANGELOG.md | 6 ++++++ crates/httpwg-cli/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b2d2c88..9feaa2b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -739,7 +739,7 @@ dependencies = [ [[package]] name = "httpwg-cli" -version = "0.2.5" +version = "0.2.6" dependencies = [ "buffet", "color-eyre", diff --git a/crates/httpwg-cli/CHANGELOG.md b/crates/httpwg-cli/CHANGELOG.md index e093a99a..f8d46720 100644 --- a/crates/httpwg-cli/CHANGELOG.md +++ b/crates/httpwg-cli/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.6](https://github.com/bearcove/loona/compare/httpwg-cli-v0.2.5...httpwg-cli-v0.2.6) - 2025-03-07 + +### Other + +- update Cargo.lock dependencies + ## [0.2.5](https://github.com/bearcove/loona/compare/httpwg-cli-v0.2.4...httpwg-cli-v0.2.5) - 2024-12-03 ### Other diff --git a/crates/httpwg-cli/Cargo.toml b/crates/httpwg-cli/Cargo.toml index 239f5910..34b2d411 100644 --- a/crates/httpwg-cli/Cargo.toml +++ b/crates/httpwg-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "httpwg-cli" -version = "0.2.5" +version = "0.2.6" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/bearcove/loona"