Skip to content

Commit bb8f938

Browse files
committed
release v0.2
1 parent f52e15e commit bb8f938

File tree

7 files changed

+18
-7
lines changed

7 files changed

+18
-7
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.2.0"
89
readme = "Readme.md"
910
license = "GPL-3.0"
1011
edition = "2021"

Release.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.2 - 2024-09-16
2+
3+
### Added
4+
5+
- Support for ARP protocol
6+
7+
### Fixed
8+
9+
- high cpu usage
10+
111
## v0.1 - 2024-09-01
212

313
First release 🎉

oryx-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oryx-common"
3-
version = "0.1.0"
43
description = "oryx common"
4+
version.workspace = true
55
authors.workspace = true
66
license.workspace = true
77
repository.workspace = true

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

oryx-tui/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-tui"
3-
version = "0.1.0"
3+
version.workspace = true
44
description.workspace = true
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)