Skip to content

Commit dca4619

Browse files
chore(release): rust v0.4.11
1 parent d78e3e1 commit dca4619

4 files changed

Lines changed: 28 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ All notable changes to the Rust implementation of F1r3node will be documented in
44
This changelog is automatically generated from conventional commits.
55

66

7+
## [v0.4.11] - 2026-04-09
8+
9+
### Bug Fixes
10+
11+
- node API improvements, deploy cost estimation (#472) ([#472](https://github.com/F1R3FLY-io/f1r3node/pull/472))
12+
13+
### CI
14+
15+
- add rust/staging to CI triggers
16+
17+
### Documentation
18+
19+
- refactor docs structure, add consensus protocol walkthrough (#471) ([#471](https://github.com/F1R3FLY-io/f1r3node/pull/471))
20+
21+
### Performance
22+
23+
- remove adaptive deploy cap, bonds cache, deploy wake (#473) ([#473](https://github.com/F1R3FLY-io/f1r3node/pull/473))
24+
25+
726
## [v0.4.10] - 2026-04-06
827

928
### Bug Fixes

Cargo.lock

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

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "node"
3-
version = "0.4.10"
3+
version = "0.4.11"
44
edition = "2021"
55

66
[features]

node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=40s --retries=3 \
174174

175175
# Labels (matching build.sbt)
176176
LABEL maintainer="F1r3fly.io LCA https://f1r3fly.io/"
177-
LABEL version="0.4.10"
177+
LABEL version="0.4.11"
178178

179179
# Switch to daemon user (matching build.sbt: daemonUser in Docker := "daemon")
180180
USER daemon

0 commit comments

Comments
 (0)