Skip to content

Commit ea44eb9

Browse files
authored
release v0.6 (#49)
1 parent df8758f commit ea44eb9

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
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"

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## 📸 Demo
66

7-
![](https://github.com/user-attachments/assets/54a21ac3-6c00-4700-8e4e-8f13e98cc189)
7+
![](https://github.com/user-attachments/assets/69ec6cf2-c498-4e87-b686-b4b6eb47799d)
88

99
## ✨ Features
1010

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)