Skip to content
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
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Changelog
## [0.8.0] - 2026-08-18
### Breaking changes
- Use latest rust-netlink crates. (a82a86f)

### New features
- Add Handle::set_status method. (8ed0e28)
- feat: add set_enabled and set_pid helpers. (705100d)

### Bug fixes
- N/A

## [0.7.3] - 2023-07-10
### Breaking changes
- N/A
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "audit"
version = "0.7.3"
version = "0.8.0"
authors = ["Corentin Henry <corentinhenry@gmail.com>"]
edition = "2018"
homepage = "https://github.com/rust-netlink/audit"
Expand Down
Loading