From b991f9a61de61baabe1b78e7d0e70a7de790af6a Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Wed, 26 Aug 2026 10:23:47 +0100 Subject: [PATCH] chore(main): release 3.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bf3f6b1..47709bd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"3.0.0"} +{".":"3.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5e883..6a2b002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.1.0](https://github.com/Flagsmith/flagsmith-rust-client/compare/v3.0.0...v3.1.0) (2026-08-26) + + +### Features + +* **ci:** add a format and msrv step ([#52](https://github.com/Flagsmith/flagsmith-rust-client/issues/52)) ([f646bd6](https://github.com/Flagsmith/flagsmith-rust-client/commit/f646bd65093e0ad0a9154034c6c1633d2023261f)) + + +### Bug Fixes + +* improve http error details ([#53](https://github.com/Flagsmith/flagsmith-rust-client/issues/53)) ([88d1c6b](https://github.com/Flagsmith/flagsmith-rust-client/commit/88d1c6bbf02db85cff93f1fa71b51a6307a13bd3)) + ## [3.0.0](https://github.com/Flagsmith/flagsmith-rust-client/compare/v2.1.1...v3.0.0) (2026-08-11) diff --git a/Cargo.lock b/Cargo.lock index 6858eec..919b8fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -639,7 +639,7 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flagsmith" -version = "3.0.0" +version = "3.1.0" dependencies = [ "chrono", "flagsmith-flag-engine", diff --git a/Cargo.toml b/Cargo.toml index ad0f3cf..08fbbb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flagsmith" -version = "3.0.0" +version = "3.1.0" authors = ["Gagan Trivedi ", "Kim Gustyr "] edition = "2021" license = "BSD-3-Clause"