Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
Add a changelog and bump the version.

The first release will be 0.2.0 since 0.1.0 was
used for publishing an empty seccompiler crate
for reservation purposes.

Signed-off-by: alindima <[email protected]>
  • Loading branch information
alindima committed Sep 30, 2021
1 parent 31ba0af commit 0bcddc6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# v0.2.0

First release

## Added

- [[#7]](https://github.com/rust-vmm/seccompiler/pull/7): Add functionality for
Rust-based filters and implement the BPF compilation logic.
- [[#9]](https://github.com/rust-vmm/seccompiler/pull/9): Add json frontend,
gated by the `json` feature.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "seccompiler"
version = "0.1.0"
version = "0.2.0"
authors = ["Amazon Firecracker Team <[email protected]>"]
description = "Provides easy-to-use seccomp-bpf jailing."
repository = "https://github.com/rust-vmm/seccompiler"
Expand Down

0 comments on commit 0bcddc6

Please sign in to comment.