diff --git a/CHANGELOG.md b/CHANGELOG.md index 889ca87..cd812a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +unreleased +---------- + 0.5.0 ----- - Add `Isolate` feature for using unprivileged namespaces diff --git a/Cargo.toml b/Cargo.toml index 02f556e..cfd349b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "extrasafe" -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = ["Harry Stern ",] description = "Make your code extrasafe by reducing what it can access."