Skip to content

Commit 60db7e0

Browse files
committed
release v0.7.2
1 parent 23fe27f commit 60db7e0

File tree

5 files changed

+50
-37
lines changed

5 files changed

+50
-37
lines changed

Cargo.lock

Lines changed: 40 additions & 33 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.7.1"
8+
version = "0.7.2"
99
readme = "Readme.md"
1010
license = "GPL-3.0"
1111
edition = "2024"

Release.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.7.2 - 2025-09-03
2+
3+
- Improve the readability of the help banner.
4+
- Fix the SYN flood crash.
5+
- WResize packet infos popup to show all the available infos
6+
17
## v0.7.1 - 2025-08-28
28

39
- Add support for ICMPv6

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

0 commit comments

Comments
 (0)