From a2400fc0164ce07232b8d2aaa3b039a1fb0b6ef9 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Tue, 11 Aug 2026 05:25:47 +0100 Subject: [PATCH] chore(main): release 3.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3693e6f..bf3f6b1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.1.1"} +{".":"3.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index bbcbdb9..6c5e883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/Flagsmith/flagsmith-rust-client/compare/v2.1.1...v3.0.0) (2026-08-11) + + +### ⚠ BREAKING CHANGES + +* declare MSRV 1.86 and enforce it in CI ([#50](https://github.com/Flagsmith/flagsmith-rust-client/issues/50)) + +### Features + +* declare MSRV 1.86 and enforce it in CI ([#50](https://github.com/Flagsmith/flagsmith-rust-client/issues/50)) ([294eb0c](https://github.com/Flagsmith/flagsmith-rust-client/commit/294eb0c902e5107adf1e17058c50f74e74067116)) + ## [2.1.1](https://github.com/Flagsmith/flagsmith-rust-client/compare/v2.1.0...v2.1.1) (2026-07-21) diff --git a/Cargo.toml b/Cargo.toml index bedb274..ad0f3cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flagsmith" -version = "2.1.1" +version = "3.0.0" authors = ["Gagan Trivedi ", "Kim Gustyr "] edition = "2021" license = "BSD-3-Clause"