Skip to content

Commit 692bcf0

Browse files
committed
v0.8.1
1 parent c095aae commit 692bcf0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.8.1
4+
5+
- Updated to Linux v6.18, which includes:
6+
- `file_getattr`
7+
- `file_setattr`
8+
- `uprobe` (x86-64)
9+
310
## v0.8.0 **Major Version Bump**
411

512
- riscv: Added `riscv_hwprobe` and `riscv_flush_icache`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syscalls"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Jason White <rust@jasonwhite.io>", "Baojun Wang <wangbj@gmail.com>"]
55
edition = "2021"
66
license = "BSD-2-Clause"

0 commit comments

Comments
 (0)