Skip to content

Commit 810536f

Browse files
Petre Eftimeandreeaflorescu
Petre Eftime
authored andcommitted
Update to v0.3.0
Signed-off-by: Petre Eftime <[email protected]>
1 parent d6ac0d9 commit 810536f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v0.3.0
2+
3+
## Changed
4+
- [[#40]](https://github.com/rust-vmm/seccompiler/pull/40): Update Rust
5+
to Edition 2021
6+
7+
## Fixed
8+
9+
- [[#31]](https://github.com/rust-vmm/seccompiler/issues/31): Implement
10+
`From<BackendError>` for `Error`
11+
- [[#40]](https://github.com/rust-vmm/seccompiler/pull/40): Fix clippy
12+
complaints about missing `Eq` when `PartialEq` is implemented
13+
114
# v0.2.0
215

316
First release

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "seccompiler"
3-
version = "0.2.0"
3+
version = "0.3.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)