From 3509bdcf5e3290b8044747f0abb42de4a8fc1509 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 14:28:35 +0000 Subject: [PATCH] chore(main): release 2.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 38dc7f3..a5d1cf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.4" + ".": "2.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d0210a9..1755c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [2.2.0](https://github.com/launchdarkly/rust-server-sdk-evaluation/compare/2.1.4...2.2.0) (2026-08-06) + + +### Features + +* Add optional float-roundtrip feature ([#55](https://github.com/launchdarkly/rust-server-sdk-evaluation/issues/55)) ([d584fc2](https://github.com/launchdarkly/rust-server-sdk-evaluation/commit/d584fc279f0b2e833d88dbc38f8181452d50a516)) + + +### Bug Fixes + +* Bump MSRV from 1.94 to 1.95 ([#53](https://github.com/launchdarkly/rust-server-sdk-evaluation/issues/53)) ([34b3b12](https://github.com/launchdarkly/rust-server-sdk-evaluation/commit/34b3b122cfbae2e9bdbf58015847eccf1d35a9d1)) + ## [2.1.4](https://github.com/launchdarkly/rust-server-sdk-evaluation/compare/2.1.3...2.1.4) (2026-06-08) diff --git a/Cargo.toml b/Cargo.toml index fb14351..16f0ab4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "launchdarkly-server-sdk-evaluation" description = "LaunchDarkly feature flag evaluation engine" -version = "2.1.4" +version = "2.2.0" authors = ["LaunchDarkly"] edition = "2021" rust-version = "1.95.0"