From 025d2c47965af2a53c909ad12de5f8a691de01e0 Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" <255865126+sw-release-bot[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 23:33:40 +0000 Subject: [PATCH] chore: release v4.0.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 827376e..5a26d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.1](https://github.com/structured-world/structured-proxy/compare/v4.0.0...v4.0.1) - 2026-09-20 + +### Other + +- re-enable the semver check and pin the readme example ([#88](https://github.com/structured-world/structured-proxy/pull/88)) + ## [4.0.0](https://github.com/structured-world/structured-proxy/compare/v3.0.2...v4.0.0) - 2026-09-20 ### Added diff --git a/Cargo.toml b/Cargo.toml index 809df0e..6fd1574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "structured-proxy" description = "Universal gRPC→REST transcoding proxy — config-driven, works with any gRPC service" -version = "4.0.0" +version = "4.0.1" edition = "2021" authors = ["Dmitry Prudnikov "] license = "Apache-2.0"