We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218384e commit f76c719Copy full SHA for f76c719
CHANGELOG
@@ -1,4 +1,14 @@
1
# Changelog
2
+## [0.7.3] - 2023-07-10
3
+### Breaking changes
4
+ - N/A
5
+
6
+### New features
7
8
9
+### Bug fixes
10
+ - Use latest rust-netlink crates. (218384e)
11
12
## [0.7.2] - 2023-01-29
13
### Breaking changes
14
- N/A
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "audit"
-version = "0.7.2"
+version = "0.7.3"
authors = ["Corentin Henry <[email protected]>"]
edition = "2018"
homepage = "https://github.com/rust-netlink/audit"
0 commit comments