Skip to content

Commit 6ad9f77

Browse files
committed
chore: prepare patchbay v0.3.0 release
1 parent a26cf72 commit 6ad9f77

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/n0-computer/n0-future/compare/v0.2.0..v0.3.0) - 2026-03-31
4+
5+
### ⛰️ Features
6+
7+
- [**breaking**] Bidirectional per-device link impairment ([#12](https://github.com/n0-computer/n0-future/issues/12)) - ([a26cf72](https://github.com/n0-computer/n0-future/commit/a26cf729be9a918f420b8bb49642c30874031521))
8+
9+
### 🐛 Bug Fixes
10+
11+
- Prepend https:// to view_url when Host header lacks scheme ([#11](https://github.com/n0-computer/n0-future/issues/11)) - ([dff4873](https://github.com/n0-computer/n0-future/commit/dff4873db89647354d401c70104cebbf971f4c5b))
12+
313
## [0.2.0](https://github.com/n0-computer/n0-future/compare/patchbay-v0.1.0..v0.2.0) - 2026-03-30
414

515
### ⛰️ Features
@@ -57,6 +67,7 @@
5767
- Fmt - ([11685cc](https://github.com/n0-computer/n0-future/commit/11685cc975fa9c68990e2d89c0f5bf05f9fd4f40))
5868
- Run CI on all pull requests - ([1637f14](https://github.com/n0-computer/n0-future/commit/1637f144851b9f477c649d8784cd0988b6a3bbd2))
5969
- Fixup CI - ([52890e1](https://github.com/n0-computer/n0-future/commit/52890e15fbf55bd462a7e1317df5a672e1c61059))
70+
- Prepare patchbay v0.2.0 release - ([03ab97d](https://github.com/n0-computer/n0-future/commit/03ab97d86a8d79089fca28b038b779451efa4139))
6071

6172
## [patchbay-v0.1.0] - 2026-03-12
6273

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

patchbay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "patchbay"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Linux network-namespace lab for NAT, routing, and link-impairment experiments"
55
keywords = ["network", "namespace", "nat", "simulation", "testing"]
66
edition.workspace = true

0 commit comments

Comments
 (0)