Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v0.3 #20

Merged
merged 3 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["xtask", "oryx-tui", "oryx-common"]
[workspace.package]
description = "TUI for sniffing network traffic using eBPF"
authors = ["Badr Badri <[email protected]>"]
version = "0.2.0"
version = "0.3.0"
readme = "Readme.md"
license = "GPL-3.0"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 📸 Demo

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

## ✨ Features

Expand Down Expand Up @@ -101,7 +101,7 @@ sudo oryx

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

`/`: Start fuzzy finding.
`/`: Start fuzzy search.

## ⚖️ License

Expand Down
2 changes: 1 addition & 1 deletion Release.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.3 - TBA
## v0.3 - 2024-09-25

### Added

Expand Down
4 changes: 2 additions & 2 deletions oryx-ebpf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion oryx-ebpf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oryx-ebpf"
version = "0.2.0"
version = "0.3.0"
description = "oryx eBPF"
license = "GPL-3.0"
edition = "2021"
Expand Down