Skip to content

Commit

Permalink
Update to v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Petre Eftime <[email protected]>
  • Loading branch information
Petre Eftime authored and andreeaflorescu committed Sep 14, 2022
1 parent d6ac0d9 commit 810536f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v0.3.0

## Changed
- [[#40]](https://github.com/rust-vmm/seccompiler/pull/40): Update Rust
to Edition 2021

## Fixed

- [[#31]](https://github.com/rust-vmm/seccompiler/issues/31): Implement
`From<BackendError>` for `Error`
- [[#40]](https://github.com/rust-vmm/seccompiler/pull/40): Fix clippy
complaints about missing `Eq` when `PartialEq` is implemented

# v0.2.0

First release
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 = "seccompiler"
version = "0.2.0"
version = "0.3.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 810536f

Please sign in to comment.