From 08bf51b5f659303a8f66aef979efa025ae14501a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:59:21 -0400 Subject: [PATCH] chore(main): release 2.1.0 (#69) :robot: I have created a release *beep* *boop* --- ## [2.1.0](https://github.com/launchdarkly/rust-server-sdk/compare/2.0.2...2.1.0) (2024-03-15) ### Features * Inline contexts for all evaluation events ([#63](https://github.com/launchdarkly/rust-server-sdk/issues/63)) ([b31b5e7](https://github.com/launchdarkly/rust-server-sdk/commit/b31b5e77cc2a0edf7fdbed84974c76df7b3a02d4)) * Redact anonymous attributes within feature events ([#64](https://github.com/launchdarkly/rust-server-sdk/issues/64)) ([66e2e54](https://github.com/launchdarkly/rust-server-sdk/commit/66e2e54106cbed5c2f35806eaff0165f5351ccc6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- launchdarkly-server-sdk/CHANGELOG.md | 8 ++++++++ launchdarkly-server-sdk/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 772289a..55baea1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "launchdarkly-server-sdk": "2.0.2" + "launchdarkly-server-sdk": "2.1.0" } diff --git a/launchdarkly-server-sdk/CHANGELOG.md b/launchdarkly-server-sdk/CHANGELOG.md index 57b4bcb..0d3a4fd 100644 --- a/launchdarkly-server-sdk/CHANGELOG.md +++ b/launchdarkly-server-sdk/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the LaunchDarkly Rust server-side SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [2.1.0](https://github.com/launchdarkly/rust-server-sdk/compare/2.0.2...2.1.0) (2024-03-15) + + +### Features + +* Inline contexts for all evaluation events ([#63](https://github.com/launchdarkly/rust-server-sdk/issues/63)) ([b31b5e7](https://github.com/launchdarkly/rust-server-sdk/commit/b31b5e77cc2a0edf7fdbed84974c76df7b3a02d4)) +* Redact anonymous attributes within feature events ([#64](https://github.com/launchdarkly/rust-server-sdk/issues/64)) ([66e2e54](https://github.com/launchdarkly/rust-server-sdk/commit/66e2e54106cbed5c2f35806eaff0165f5351ccc6)) + ## [2.0.2](https://github.com/launchdarkly/rust-server-sdk/compare/2.0.1...2.0.2) (2023-12-21) diff --git a/launchdarkly-server-sdk/Cargo.toml b/launchdarkly-server-sdk/Cargo.toml index 062d3f6..09d2737 100644 --- a/launchdarkly-server-sdk/Cargo.toml +++ b/launchdarkly-server-sdk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "launchdarkly-server-sdk" description = "LaunchDarkly Server-Side SDK" -version = "2.0.2" +version = "2.1.0" authors = ["LaunchDarkly"] edition = "2021" rust-version = "1.70.0" # MSRV