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 34bbcda commit 106e112Copy full SHA for 106e112
CHANGELOG.md
@@ -13,6 +13,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
13
* **Security**: in case of vulnerabilities.
14
15
## [unreleased]
16
+
17
+## [0.4.6] - 2024-04-18
18
### Added
19
- Add function for clearing states related to an interface.
20
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pfctl"
3
-version = "0.4.5"
+version = "0.4.6"
4
authors = ["Mullvad VPN"]
5
license = "MIT/Apache-2.0"
6
description = "Library for interfacing with the Packet Filter (PF) firewall on macOS"
0 commit comments