Skip to content

Commit 0bb3a7f

Browse files
chore(main): release 2.5.1 (#115)
🤖 I have created a release *beep* *boop* --- ## [2.5.1](2.5.0...2.5.1) (2025-03-24) ### Bug Fixes * Bump eventsource-client 0.13 -&gt; 0.14 ([ae56d7c](ae56d7c)) * Bump lru 0.12 -&gt; 0.13 ([ae56d7c](ae56d7c)) * Bump rand 0.8 -&gt; 0.9 ([ae56d7c](ae56d7c)) * Bump thiserror 1.0 -&gt; 2.0 ([ae56d7c](ae56d7c)) --- 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 ae56d7c commit 0bb3a7f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.0"
2+
"launchdarkly-server-sdk": "2.5.1"
33
}

launchdarkly-server-sdk/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.5.1](https://github.com/launchdarkly/rust-server-sdk/compare/2.5.0...2.5.1) (2025-03-24)
6+
7+
8+
### Bug Fixes
9+
10+
* Bump eventsource-client 0.13 -&gt; 0.14 ([ae56d7c](https://github.com/launchdarkly/rust-server-sdk/commit/ae56d7c0d0d7d86f58b3fd2c27d93b04901721b8))
11+
* Bump lru 0.12 -&gt; 0.13 ([ae56d7c](https://github.com/launchdarkly/rust-server-sdk/commit/ae56d7c0d0d7d86f58b3fd2c27d93b04901721b8))
12+
* Bump rand 0.8 -&gt; 0.9 ([ae56d7c](https://github.com/launchdarkly/rust-server-sdk/commit/ae56d7c0d0d7d86f58b3fd2c27d93b04901721b8))
13+
* Bump thiserror 1.0 -&gt; 2.0 ([ae56d7c](https://github.com/launchdarkly/rust-server-sdk/commit/ae56d7c0d0d7d86f58b3fd2c27d93b04901721b8))
14+
515
## [2.5.0](https://github.com/launchdarkly/rust-server-sdk/compare/2.4.1...2.5.0) (2025-03-21)
616

717

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

0 commit comments

Comments
 (0)