From c062873cc705f6a25115aef6088d89b4b3f8386b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 03:36:36 +0000 Subject: [PATCH] chore: release v0.11.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a9e8c..bce7875 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] +## [0.11.1](https://github.com/jmjoy/fastcgi-client-rs/compare/v0.11.0...v0.11.1) - 2026-04-15 + +### Fixed + +- compute padding correctly for MAX_LENGTH (0xffff) content ([#35](https://github.com/jmjoy/fastcgi-client-rs/pull/35)) + ## [0.11.0](https://github.com/jmjoy/fastcgi-client-rs/compare/v0.10.0...v0.11.0) - 2026-03-26 ### Added diff --git a/Cargo.toml b/Cargo.toml index c824c0a..1153767 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "fastcgi-client" -version = "0.11.0" +version = "0.11.1" authors = ["jmjoy "] edition = "2024" description = "Fastcgi client implemented for Rust."