Skip to content

Commit 1619079

Browse files
authored
chore: release v0.5.11
1 parent 646d19d commit 1619079

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed

Cargo.lock

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

stigmerge-peer/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.5.11] - 2025-08-14
6+
7+
### 🚀 Features
8+
9+
- Expose veilid config in crate api
10+
- Use low latency, unordered routes, reannounce on interval
11+
12+
### 🐛 Bug Fixes
13+
14+
- Remove reset interval from disconnected actor state
15+
- Race condition in seeder test
16+
17+
### 🚜 Refactor
18+
19+
- Use defaults for veilid config
20+
21+
<!-- generated by git-cliff -->
522
## [0.5.10] - 2025-08-09
623

724
### ⚙️ Miscellaneous Tasks

stigmerge-peer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition.workspace = true
55
homepage.workspace = true
66
license.workspace = true
77
repository.workspace = true
8-
version = "0.5.10"
8+
version = "0.5.11"
99
documentation = "https://docs.rs/stigmerge-peer"
1010
description = "stigmerge p2p protocol and agent components"
1111
build = "build.rs"

stigmerge/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.5.11] - 2025-08-14
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- Update Cargo.lock dependencies
10+
11+
<!-- generated by git-cliff -->
512
## [0.5.10] - 2025-08-08
613

714
### 🐛 Bug Fixes

stigmerge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition.workspace = true
88
homepage.workspace = true
99
license.workspace = true
1010
repository.workspace = true
11-
version = "0.5.10"
11+
version = "0.5.11"
1212

1313
[package.metadata.wix]
1414
upgrade-guid = "B2D446B7-C4C2-4939-8A9E-C6039D89BAE8"

0 commit comments

Comments
 (0)