From 34a9b91bcb160253f26ce1ccb2206f15320370cb Mon Sep 17 00:00:00 2001 From: Badr Date: Wed, 25 Sep 2024 14:10:14 +0200 Subject: [PATCH] release v0.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- Readme.md | 2 +- Release.md | 2 +- oryx-ebpf/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d09b0d..f44dfbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -587,14 +587,14 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "oryx-common" -version = "0.2.0" +version = "0.3.0" dependencies = [ "network-types", ] [[package]] name = "oryx-tui" -version = "0.2.0" +version = "0.3.0" dependencies = [ "aya", "clap", diff --git a/Cargo.toml b/Cargo.toml index 44b2a11..b2b2eab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = ["xtask", "oryx-tui", "oryx-common"] [workspace.package] description = "TUI for sniffing network traffic using eBPF" authors = ["Badr Badri "] -version = "0.2.0" +version = "0.3.0" readme = "Readme.md" license = "GPL-3.0" edition = "2021" diff --git a/Readme.md b/Readme.md index 1f7a9d1..6b92d46 100644 --- a/Readme.md +++ b/Readme.md @@ -101,7 +101,7 @@ sudo oryx `ctrl + s`: Export the capture to `~/oryx/capture` file. -`/`: Start fuzzy finding. +`/`: Start fuzzy search. ## ⚖️ License diff --git a/Release.md b/Release.md index 6b09f9b..a5a2e52 100644 --- a/Release.md +++ b/Release.md @@ -1,4 +1,4 @@ -## v0.3 - TBA +## v0.3 - 2024-09-25 ### Added diff --git a/oryx-ebpf/Cargo.toml b/oryx-ebpf/Cargo.toml index fe1cc13..ce86ee2 100644 --- a/oryx-ebpf/Cargo.toml +++ b/oryx-ebpf/Cargo.toml @@ -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"