From 18deb13ca08e95964ac0ff7a53a446d2e6b0fc13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Wed, 4 Sep 2024 12:56:15 +0200 Subject: [PATCH] Bump version to 0.6.0 --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 213daf7..c2daae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). * **Security**: in case of vulnerabilities. ## [unreleased] + + +## [0.6.0] - 2024-09-04 ### Added - Add support for scrub anchors and rules. Since this modifies the public enums `AnchorKind` and `RulesetKind`, it is a breaking change. They have been marked as `non_exhaustive` to prevent diff --git a/Cargo.lock b/Cargo.lock index 894249c..ad2ba46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,7 +126,7 @@ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" [[package]] name = "pfctl" -version = "0.5.0" +version = "0.6.0" dependencies = [ "assert_matches", "derive_builder", diff --git a/Cargo.toml b/Cargo.toml index afded8f..a7f1cf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pfctl" -version = "0.5.0" +version = "0.6.0" authors = ["Mullvad VPN"] license = "MIT/Apache-2.0" description = "Library for interfacing with the Packet Filter (PF) firewall on macOS"