Skip to content

Commit

Permalink
v0.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwhite committed Mar 16, 2024
1 parent c7bf159 commit c17d25b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Changelog

## v0.6.18

- Fixed build for ARMv4t and ARMv5te thumb mode.

## v0.6.17

- Updated syscall lists to Linux 6.8.

## v0.6.16

- Fixed build for ARMv4t and ARMv5te thumb mode.
- ~~Fixed build for ARMv4t and ARMv5te thumb mode.~~ (Actually fixed in v0.6.18)

## v0.6.15

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 = "syscalls"
version = "0.6.17"
version = "0.6.18"
authors = ["Jason White <[email protected]>", "Baojun Wang <[email protected]>"]
edition = "2021"
license = "BSD-2-Clause"
Expand Down

0 comments on commit c17d25b

Please sign in to comment.