Skip to content

Commit a5f0f5e

Browse files
chore: release v20.1.10
1 parent 935ba92 commit a5f0f5e

File tree

24 files changed

+191
-44
lines changed

24 files changed

+191
-44
lines changed

Cargo.lock

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "3"
44
members = ["crates/oss/*", "crates/enterprise/*"]
55

66
[workspace.package]
7-
version = "20.1.10"
7+
version = "20.1.11"
88
authors = [
99
"Unleash developers <team@getunleash.io>",
1010
"Christopher Kolstad <chriswk@getunleash.io>",

crates/enterprise/unleash-edge-delta/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [20.1.11](https://github.com/Unleash/unleash-edge/compare/unleash-edge-delta-v20.1.1...unleash-edge-delta-v20.1.11) - 2026-02-24
11+
12+
### 🐛 Bug Fixes
13+
- sort segments after adding or removing them ([#1454](https://github.com/unleash/unleash-edge/issues/1454)) (by @gastonfournier) - #1454
14+
15+
### Contributors
16+
17+
* @gastonfournier
18+
1019
## [20.1.10](https://github.com/Unleash/unleash-edge/compare/unleash-edge-delta-v20.1.9...unleash-edge-delta-v20.1.10) - 2026-02-24
1120

1221
### ⚙️ Miscellaneous Tasks

crates/enterprise/unleash-edge-enterprise-integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ axum-test = { workspace = true }
4242
pretty_assertions = { workspace = true }
4343
test-case = { workspace = true }
4444
tracing-test = { workspace = true }
45-
unleash-edge = { path = "../../oss/unleash-edge", version = "20.1.10", features = ["enterprise"] }
45+
unleash-edge = { path = "../../oss/unleash-edge", version = "20.1.11", features = ["enterprise"] }
4646
unleash-edge-persistence = { workspace = true }
4747
async-trait = { workspace = true }
4848
ahash = { workspace = true }

0 commit comments

Comments
 (0)