From 57101f67a4adbf4af23c7d390fe6ff00dbbf1276 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 16:52:52 -0500 Subject: [PATCH] chore(main): release 2.0.0 (#54) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [2.0.0](https://github.com/launchdarkly/rust-server-sdk/compare/1.1.3...2.0.0) (2023-11-17) ### ⚠ BREAKING CHANGES * Make rustls dependency optional ([#136](https://github.com/launchdarkly/rust-server-sdk/issues/136)) * Update to latest event source client ([#135](https://github.com/launchdarkly/rust-server-sdk/issues/135)) ### Features * Make rustls dependency optional ([#136](https://github.com/launchdarkly/rust-server-sdk/issues/136)) ([fac8df7](https://github.com/launchdarkly/rust-server-sdk/commit/fac8df750ed4ab233edb62fc6d77277ed18e5dba)) * Update to latest event source client ([#135](https://github.com/launchdarkly/rust-server-sdk/issues/135)) ([91f7297](https://github.com/launchdarkly/rust-server-sdk/commit/91f72970908c786c351958311e0ff76ffde715d9)) --- 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 | 13 +++++++++++++ launchdarkly-server-sdk/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd0af77..b856c95 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "launchdarkly-server-sdk": "1.1.3" + "launchdarkly-server-sdk": "2.0.0" } diff --git a/launchdarkly-server-sdk/CHANGELOG.md b/launchdarkly-server-sdk/CHANGELOG.md index baae1e8..3f97956 100644 --- a/launchdarkly-server-sdk/CHANGELOG.md +++ b/launchdarkly-server-sdk/CHANGELOG.md @@ -2,6 +2,19 @@ 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.0.0](https://github.com/launchdarkly/rust-server-sdk/compare/1.1.3...2.0.0) (2023-11-17) + + +### ⚠ BREAKING CHANGES + +* Make rustls dependency optional ([#136](https://github.com/launchdarkly/rust-server-sdk/issues/136)) +* Update to latest event source client ([#135](https://github.com/launchdarkly/rust-server-sdk/issues/135)) + +### Features + +* Make rustls dependency optional ([#136](https://github.com/launchdarkly/rust-server-sdk/issues/136)) ([fac8df7](https://github.com/launchdarkly/rust-server-sdk/commit/fac8df750ed4ab233edb62fc6d77277ed18e5dba)) +* Update to latest event source client ([#135](https://github.com/launchdarkly/rust-server-sdk/issues/135)) ([91f7297](https://github.com/launchdarkly/rust-server-sdk/commit/91f72970908c786c351958311e0ff76ffde715d9)) + ## [1.1.3] - 2023-08-10 ### Fixed: - Fixed an issue with evaluating user targets as part of a multi-kind context. diff --git a/launchdarkly-server-sdk/Cargo.toml b/launchdarkly-server-sdk/Cargo.toml index f89f5bd..0839da1 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 = "1.1.3" +version = "2.0.0" authors = ["LaunchDarkly"] edition = "2021" rust-version = "1.68.0" # MSRV