Skip to content

Commit 3c00279

Browse files
authored
release v0.4 (#29)
1 parent f6147d9 commit 3c00279

File tree

6 files changed

+21
-20
lines changed

6 files changed

+21
-20
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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 <[email protected]>"]
8-
version = "0.3.0"
8+
version = "0.4.0"
99
readme = "Readme.md"
1010
license = "GPL-3.0"
1111
edition = "2021"

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## 📸 Demo
66

7-
![](https://github.com/user-attachments/assets/32b19d28-c76c-4b93-a9c2-db14697176e7)
7+
![](https://github.com/user-attachments/assets/e64dc4b6-9143-4b05-b4a8-b5d0455e5d5e)
88

99
## ✨ Features
1010

Release.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
## v0.4 - TBA
1+
## v0.4 - 2024-10-13
22

33
### Added
44

55
- Firewall
66
- Save and Load firewall rules.
7+
- Add logging
78

89
## v0.3 - 2024-09-25
910

oryx-ebpf/Cargo.lock

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oryx-ebpf/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "oryx-ebpf"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "oryx eBPF"
55
license = "GPL-3.0"
66
edition = "2021"
77
repository = "https://github.com/pythops/oryx"
88
homepage = "https://github.com/pythops/oryx"
99

1010
[dependencies]
11-
aya-ebpf = "0.1.0"
11+
aya-ebpf = "0.1.1"
1212
oryx-common = { path = "../oryx-common" }
1313
network-types = "0.0.7"
1414

0 commit comments

Comments
 (0)