Skip to content

Commit 8b5e18e

Browse files
chore(main): release 2.2.0 (#79)
🤖 I have created a release *beep* *boop* --- ## [2.2.0](2.1.0...2.2.0) (2024-07-19) ### Features * Add option to omit anonymous users from index and identify events ([#89](#89)) ([78c9668](78c9668)) * Add support for migrations ([#90](#90)) ([445ab74](445ab74)) * Add wait_for_initialization with timeout parameter ([#76](#76)) ([45e3451](45e3451)) ### Bug Fixes * Bump rustc to 1.74 ([#78](#78)) ([0c1c58d](0c1c58d)) --- 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>
1 parent 445ab74 commit 8b5e18e

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"launchdarkly-server-sdk": "2.1.0"
2+
"launchdarkly-server-sdk": "2.2.0"
33
}

launchdarkly-server-sdk/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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).
44

5+
## [2.2.0](https://github.com/launchdarkly/rust-server-sdk/compare/2.1.0...2.2.0) (2024-07-19)
6+
7+
8+
### Features
9+
10+
* Add option to omit anonymous users from index and identify events ([#89](https://github.com/launchdarkly/rust-server-sdk/issues/89)) ([78c9668](https://github.com/launchdarkly/rust-server-sdk/commit/78c9668ed7999873b8ff045b61092363adbd6fc2))
11+
* Add support for migrations ([#90](https://github.com/launchdarkly/rust-server-sdk/issues/90)) ([445ab74](https://github.com/launchdarkly/rust-server-sdk/commit/445ab74b9da88b8cf3904c50d74900f448ae02fe))
12+
* Add wait_for_initialization with timeout parameter ([#76](https://github.com/launchdarkly/rust-server-sdk/issues/76)) ([45e3451](https://github.com/launchdarkly/rust-server-sdk/commit/45e3451b80e4f3104795410655e845cf9bfb7962))
13+
14+
15+
### Bug Fixes
16+
17+
* Bump rustc to 1.74 ([#78](https://github.com/launchdarkly/rust-server-sdk/issues/78)) ([0c1c58d](https://github.com/launchdarkly/rust-server-sdk/commit/0c1c58d446b1f8c4cbaaf0813ee1855683cd319f))
18+
519
## [2.1.0](https://github.com/launchdarkly/rust-server-sdk/compare/2.0.2...2.1.0) (2024-03-15)
620

721

launchdarkly-server-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "launchdarkly-server-sdk"
33
description = "LaunchDarkly Server-Side SDK"
4-
version = "2.1.0"
4+
version = "2.2.0"
55
authors = ["LaunchDarkly"]
66
edition = "2021"
77
rust-version = "1.74.0" # MSRV

0 commit comments

Comments
 (0)