Skip to content

Commit 0bcddc6

Browse files
committed
Release v0.2.0
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]>
1 parent 31ba0af commit 0bcddc6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# v0.2.0
2+
3+
First release
4+
5+
## Added
6+
7+
- [[#7]](https://github.com/rust-vmm/seccompiler/pull/7): Add functionality for
8+
Rust-based filters and implement the BPF compilation logic.
9+
- [[#9]](https://github.com/rust-vmm/seccompiler/pull/9): Add json frontend,
10+
gated by the `json` feature.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "seccompiler"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Amazon Firecracker Team <[email protected]>"]
55
description = "Provides easy-to-use seccomp-bpf jailing."
66
repository = "https://github.com/rust-vmm/seccompiler"

0 commit comments

Comments
 (0)