Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
Adds changelog and release minor update with dependency upgrades and
other minor changes
  • Loading branch information
boustrophedon committed Jun 17, 2023
1 parent a73c4f6 commit 37af485
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
0.1.4
-----
- impl RuleSet for &RuleSet
- Remove thiserror dependency
- Update libseccomp and syscalls dependencies

0.1.3 and prior
----
Initial extrasafe release
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "extrasafe"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
authors = ["Harry Stern <harry@harrystern.net>",]
description = "Make your code extrasafe by preventing it from calling unneeded syscalls."
Expand Down

0 comments on commit 37af485

Please sign in to comment.