Skip to content

Commit

Permalink
Update version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-work committed Nov 30, 2023
1 parent 18f2a8c commit a73540b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,24 @@ 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

- (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

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 = "birdcage"
version = "0.6.0"
version = "0.7.0"
description = "Cross-platform embeddable sandbox"
authors = ["Phylum, Inc. <[email protected]>"]
repository = "https://github.com/phylum-dev/birdcage"
Expand Down

0 comments on commit a73540b

Please sign in to comment.