Skip to content

Commit 0f636c1

Browse files
authored
release v0.3 (#20)
1 parent 5d20c5e commit 0f636c1

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
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.2.0"
8+
version = "0.3.0"
99
readme = "Readme.md"
1010
license = "GPL-3.0"
1111
edition = "2021"

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## 📸 Demo
66

7-
![](https://github.com/user-attachments/assets/f6960d39-1d03-42d5-9601-a41619998f2a)
7+
![](https://github.com/user-attachments/assets/32b19d28-c76c-4b93-a9c2-db14697176e7)
88

99
## ✨ Features
1010

@@ -101,7 +101,7 @@ sudo oryx
101101

102102
`ctrl + s`: Export the capture to `~/oryx/capture` file.
103103

104-
`/`: Start fuzzy finding.
104+
`/`: Start fuzzy search.
105105

106106
## ⚖️ License
107107

Release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.3 - TBA
1+
## v0.3 - 2024-09-25
22

33
### Added
44

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

0 commit comments

Comments
 (0)