Skip to content

Commit b720c45

Browse files
authored
chore: release v0.2.4 (#86)
release v0.2.4
1 parent 9774635 commit b720c45

File tree

3 files changed

+26
-19
lines changed

3 files changed

+26
-19
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All significant changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
## v0.2.4 (2025-09-05)
8+
9+
### Improvements
10+
11+
* Improved rate limiter to support burst requests.
12+
* Export `foyer` metrics.
13+
714
## v0.2.3 (2025-09-05)
815

916
### Improvements

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ edition = "2024"
3232
license = "Apache-2.0"
3333
readme = "README.md"
3434
repository = "https://github.com/scopedb/percas/"
35-
version = "0.2.3"
35+
version = "0.2.4"
3636

3737
[workspace.dependencies]
3838
# Workspace members
39-
percas = { version = "0.2.3", path = "cmd/percas" }
40-
percas-client = { version = "0.2.3", path = "api/client" }
41-
percas-cluster = { version = "0.2.3", path = "crates/cluster" }
42-
percas-core = { version = "0.2.3", path = "crates/core" }
43-
percas-metrics = { version = "0.2.3", path = "crates/metrics" }
44-
percas-server = { version = "0.2.3", path = "crates/server" }
45-
percas-version = { version = "0.2.3", path = "crates/version" }
46-
tests-toolkit = { version = "0.2.3", path = "tests/toolkit" }
39+
percas = { version = "0.2.4", path = "cmd/percas" }
40+
percas-client = { version = "0.2.4", path = "api/client" }
41+
percas-cluster = { version = "0.2.4", path = "crates/cluster" }
42+
percas-core = { version = "0.2.4", path = "crates/core" }
43+
percas-metrics = { version = "0.2.4", path = "crates/metrics" }
44+
percas-server = { version = "0.2.4", path = "crates/server" }
45+
percas-version = { version = "0.2.4", path = "crates/version" }
46+
tests-toolkit = { version = "0.2.4", path = "tests/toolkit" }
4747

4848
# Crates.io dependencies
4949
anstyle = { version = "1.0.10" }

0 commit comments

Comments
 (0)