Skip to content

Commit c90fb85

Browse files
committed
chore(release): prepare for 4.0.1
1 parent cf0207e commit c90fb85

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

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

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [4.0.1] - 2026-03-25
8+
9+
### 🐛 Bug Fixes
10+
11+
- Correct timestamp unit mismatch in currentCapacity calculation (#929)
12+
713
## [4.0.0] - 2026-03-17
814

915
## [4.0.0-rc.10] - 2026-03-16

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -11,7 +11,7 @@ members = [
1111
]
1212

1313
[workspace.package]
14-
version = "4.0.0"
14+
version = "4.0.1"
1515
edition = "2024"
1616
license = "Apache-2.0"
1717
readme = "README.md"

0 commit comments

Comments
 (0)