Skip to content

Commit c3cf77d

Browse files
RuoqingHerbradford
authored andcommitted
chore: Prepare 0.5.0 release
We added support for riscv64 architecture, and updated our `syscall_tables` from v6.12 kernel source since v0.4.0. Signed-off-by: Ruoqing He <[email protected]>
1 parent cb01267 commit c3cf77d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Upcoming Release
22

3+
# v0.5.0
4+
35
## Added
46
- [[#72]](https://github.com/rust-vmm/seccompiler/pull/72): Introduce RISC-V
57
64-bit architecture support.

Cargo.toml

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