From 78bf06a4822d46c91b913706ca4c174523564b94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 16:36:51 +0000 Subject: [PATCH] chore: release v0.2.2 --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1efbb16..bae40dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/fooker/netns-proxy/compare/v0.2.1...v0.2.2) - 2026-08-08 + +### Other + +- *(deps)* update rust crate clap to v4.6.6 ([#80](https://github.com/fooker/netns-proxy/pull/80)) +- *(deps)* update rust crate async-trait to v0.1.92 ([#81](https://github.com/fooker/netns-proxy/pull/81)) +- *(deps)* update rust crate clap to v4.6.5 ([#79](https://github.com/fooker/netns-proxy/pull/79)) +- *(deps)* update rust crate tokio to v1.53.1 ([#77](https://github.com/fooker/netns-proxy/pull/77)) +- *(deps)* update rust crate clap to v4.6.4 ([#76](https://github.com/fooker/netns-proxy/pull/76)) +- *(deps)* update rust crate async-trait to v0.1.91 ([#75](https://github.com/fooker/netns-proxy/pull/75)) +- *(deps)* update rust crate anyhow to v1.0.104 ([#74](https://github.com/fooker/netns-proxy/pull/74)) +- *(deps)* update rust crate nix to v0.31.3 ([#73](https://github.com/fooker/netns-proxy/pull/73)) +- *(deps)* update rust crate tokio to v1.52.3 ([#72](https://github.com/fooker/netns-proxy/pull/72)) +- *(deps)* update rust crate tokio to v1.52.2 ([#71](https://github.com/fooker/netns-proxy/pull/71)) +- *(deps)* update rust crate tokio to v1.52.1 ([#70](https://github.com/fooker/netns-proxy/pull/70)) +- *(deps)* update rust crate clap to v4.6.1 ([#69](https://github.com/fooker/netns-proxy/pull/69)) +- *(deps)* update rust crate tokio to v1.52.0 ([#68](https://github.com/fooker/netns-proxy/pull/68)) +- *(deps)* update rust crate tokio to v1.51.1 ([#67](https://github.com/fooker/netns-proxy/pull/67)) +- *(deps)* update rust crate tokio to v1.51.0 ([#66](https://github.com/fooker/netns-proxy/pull/66)) +- *(deps)* update rust crate tracing-subscriber to v0.3.23 ([#65](https://github.com/fooker/netns-proxy/pull/65)) +- *(deps)* update rust crate clap to v4.6.0 ([#64](https://github.com/fooker/netns-proxy/pull/64)) +- *(deps)* update rust crate tokio to v1.50.0 ([#63](https://github.com/fooker/netns-proxy/pull/63)) +- *(deps)* update rust crate nix to v0.31.2 ([#62](https://github.com/fooker/netns-proxy/pull/62)) +- *(deps)* update rust crate anyhow to v1.0.102 ([#61](https://github.com/fooker/netns-proxy/pull/61)) +- *(deps)* update rust crate clap to v4.5.60 ([#60](https://github.com/fooker/netns-proxy/pull/60)) +- *(deps)* update rust crate clap to v4.5.59 ([#59](https://github.com/fooker/netns-proxy/pull/59)) +- *(deps)* update rust crate clap to v4.5.58 ([#58](https://github.com/fooker/netns-proxy/pull/58)) +- *(deps)* update rust crate anyhow to v1.0.101 ([#57](https://github.com/fooker/netns-proxy/pull/57)) +- *(deps)* update rust crate clap to v4.5.57 ([#56](https://github.com/fooker/netns-proxy/pull/56)) +- *(deps)* update rust crate clap to v4.5.56 ([#55](https://github.com/fooker/netns-proxy/pull/55)) +- *(deps)* update rust crate clap to v4.5.55 ([#54](https://github.com/fooker/netns-proxy/pull/54)) +- *(deps)* update rust crate nix to v0.31.1 ([#53](https://github.com/fooker/netns-proxy/pull/53)) +- *(deps)* update rust crate nix to 0.31.0 ([#52](https://github.com/fooker/netns-proxy/pull/52)) + ## [0.2.1](https://github.com/fooker/netns-proxy/compare/v0.2.0...v0.2.1) - 2025-06-20 ### Added diff --git a/Cargo.lock b/Cargo.lock index 2a2f18b..ffe32f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,7 +198,7 @@ dependencies = [ [[package]] name = "netns-proxy" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index b9f7461..413ecc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netns-proxy" -version = "0.2.1" +version = "0.2.2" edition = "2021" description = "Forwards incoming requests to a given target while outgoing connections are created from different namespace" authors = [