Skip to content

Commit

Permalink
release v0.4 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops authored Oct 13, 2024
1 parent f6147d9 commit 3c00279
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 20 deletions.
8 changes: 4 additions & 4 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.3.0"
version = "0.4.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/32b19d28-c76c-4b93-a9c2-db14697176e7)
![](https://github.com/user-attachments/assets/e64dc4b6-9143-4b05-b4a8-b5d0455e5d5e)

## ✨ Features

Expand Down
3 changes: 2 additions & 1 deletion Release.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## v0.4 - TBA
## v0.4 - 2024-10-13

### Added

- Firewall
- Save and Load firewall rules.
- Add logging

## v0.3 - 2024-09-25

Expand Down
22 changes: 11 additions & 11 deletions oryx-ebpf/Cargo.lock

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

4 changes: 2 additions & 2 deletions oryx-ebpf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "oryx-ebpf"
version = "0.3.0"
version = "0.4.0"
description = "oryx eBPF"
license = "GPL-3.0"
edition = "2021"
repository = "https://github.com/pythops/oryx"
homepage = "https://github.com/pythops/oryx"

[dependencies]
aya-ebpf = "0.1.0"
aya-ebpf = "0.1.1"
oryx-common = { path = "../oryx-common" }
network-types = "0.0.7"

Expand Down

0 comments on commit 3c00279

Please sign in to comment.