Skip to content

Commit

Permalink
release v0.2 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops authored Sep 16, 2024
1 parent f52e15e commit 82abd75
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 8 deletions.
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.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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"
readme = "Readme.md"
license = "GPL-3.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion 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/437dcfbd-62a5-4505-909b-0410f2378f67)
![](https://github.com/user-attachments/assets/f6960d39-1d03-42d5-9601-a41619998f2a)

## ✨ Features

Expand Down
10 changes: 10 additions & 0 deletions Release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.2 - 2024-09-16

### Added

- Support for ARP protocol

### Fixed

- high cpu usage

## v0.1 - 2024-09-01

First release 🎉
2 changes: 1 addition & 1 deletion oryx-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "oryx-common"
version = "0.1.0"
description = "oryx common"
version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
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.1.0"
version = "0.2.0"
description = "oryx eBPF"
license = "GPL-3.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion oryx-tui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oryx-tui"
version = "0.1.0"
version.workspace = true
description.workspace = true
authors.workspace = true
license.workspace = true
Expand Down

0 comments on commit 82abd75

Please sign in to comment.