Skip to content

Commit dbd6a67

Browse files
authored
release v0.7.0 (#65)
1 parent f49e3d4 commit dbd6a67

File tree

6 files changed

+16
-7
lines changed

6 files changed

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

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.6.1"
8+
version = "0.7.0"
99
readme = "Readme.md"
1010
license = "GPL-3.0"
1111
edition = "2024"

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/69ec6cf2-c498-4e87-b686-b4b6eb47799d)
7+
![](https://github.com/user-attachments/assets/565466c7-996c-4bf5-972b-06d8bb1e8d97)
88

99
## ✨ Features
1010

Release.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v0.7.0 - 2025-08-21
2+
3+
- Fix crash when reading bandwidth file
4+
- Bump dependencies
5+
- Bump rust edition
6+
- Enhance alerts and firewall section message
7+
- Update filters layout
8+
- Add support for SCTP protocol
9+
110
## v0.6.1 - 2025-06-07
211

312
- Fix ebpf load crash

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.6.1"
3+
version = "0.7.0"
44
description = "oryx eBPF"
55
license = "GPL-3.0"
66
edition = "2024"

0 commit comments

Comments
 (0)