Skip to content

Commit 0636128

Browse files
chore(main): release 2.6.0 (#122)
🤖 I have created a release *beep* *boop* --- ## [2.6.0](2.5.1...2.6.0) (2025-07-08) ### Features * Inline context for custom and migration op events ([#120](#120)) ([7a5da5c](7a5da5c)) ### Bug Fixes * Bump MSRV to 1.82.0 ([#121](#121)) ([e55c176](e55c176)) --- 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 164c557 commit 0636128

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.5.1"
2+
"launchdarkly-server-sdk": "2.6.0"
33
}

launchdarkly-server-sdk/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.6.0](https://github.com/launchdarkly/rust-server-sdk/compare/2.5.1...2.6.0) (2025-07-08)
6+
7+
8+
### Features
9+
10+
* Inline context for custom and migration op events ([#120](https://github.com/launchdarkly/rust-server-sdk/issues/120)) ([7a5da5c](https://github.com/launchdarkly/rust-server-sdk/commit/7a5da5cc8ed898e16a5be8d75bdceeb72712d5d7))
11+
12+
13+
### Bug Fixes
14+
15+
* Bump MSRV to 1.82.0 ([#121](https://github.com/launchdarkly/rust-server-sdk/issues/121)) ([e55c176](https://github.com/launchdarkly/rust-server-sdk/commit/e55c1764f502368775d6835637a4e56bdef0f2c1))
16+
517
## [2.5.1](https://github.com/launchdarkly/rust-server-sdk/compare/2.5.0...2.5.1) (2025-03-24)
618

719

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.5.1"
4+
version = "2.6.0"
55
authors = ["LaunchDarkly"]
66
edition = "2021"
77
rust-version = "1.82.0" # MSRV

0 commit comments

Comments
 (0)