From a73540b39f6dbf759d9d8ace189c9adaabb5482d Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Thu, 30 Nov 2023 18:32:08 +0100 Subject: [PATCH] Update version to v0.7.0 --- CHANGELOG.md | 13 +++++++++++-- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df0aa54..a1e39a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ The sections should follow the order `Packaging`, `Added`, `Changed`, `Fixed` an The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.7.0] - 2023-11-30 + +### Added + +- (Linux) PID namespace support + +### Fixed + +- (Linux) Sandbox lockdown failing when deleting file after adding exception +- (Linux) Environment variables accessible through procfs interface + ## [0.6.0] - 2023-11-16 ### Fixed @@ -13,8 +24,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - (Linux) Sandbox exceptions for symbolic links - (macOS) Modifying exceptions for paths affected by existing exceptions - (Linux) Symlink/Canonical path's exceptions overriding each other -- (Linux) PID namespace support -- (Linux) Sandbox lockdown failing when deleting file after adding exception ## [v0.5.0] - 2023-10-13 diff --git a/Cargo.toml b/Cargo.toml index 100a8ce..6308a74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "birdcage" -version = "0.6.0" +version = "0.7.0" description = "Cross-platform embeddable sandbox" authors = ["Phylum, Inc. "] repository = "https://github.com/phylum-dev/birdcage"