Skip to content

Commit 51dbb5a

Browse files
committed
release v0.6
1 parent df8758f commit 51dbb5a

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["xtask", "oryx-tui", "oryx-common"]
55
[workspace.package]
66
description = "TUI for sniffing network traffic using eBPF"
77
authors = ["Badr Badri <contact@pythops.com>"]
8-
version = "0.5.0"
8+
version = "0.6.0"
99
readme = "Readme.md"
1010
license = "GPL-3.0"
1111
edition = "2021"

Release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.6 - TBA
1+
## v0.6 - 2025-05-30
22

33
- Show ethernet header infos
44
- Show PID for egress packets

oryx-ebpf/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.

oryx-ebpf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oryx-ebpf"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "oryx eBPF"
55
license = "GPL-3.0"
66
edition = "2021"

0 commit comments

Comments
 (0)