Skip to content

Commit 3aafb68

Browse files
committed
sys: bump version to 0.17.0
1 parent c6f122f commit 3aafb68

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

capstone-rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rust-version.workspace = true
1616
travis-ci = { repository = "capstone-rust/capstone-rs" }
1717

1818
[dependencies]
19-
capstone-sys = { path = "../capstone-sys", version = "0.16.0", default-features = false }
19+
capstone-sys = { path = "../capstone-sys", version = "0.17.0", default-features = false }
2020
libc = { version = "0.2", default-features = false }
2121

2222
[dev-dependencies]

capstone-sys/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [UNRELEASED] - YYYY-MM-DD
7+
## [0.17.0] - 2025-02-04
88
### Fixed
99
- Segfault when running on s390x (AKA SystemZ)
1010

@@ -123,7 +123,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123123
### Removed
124124
- Dependency
125125

126-
[UNRELEASED]: https://github.com/capstone-rust/capstone-rs/compare/capstone-sys-v0.16.0...master
126+
[0.17.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-sys-v0.16.0...capstone-sys-v0.17.0
127127
[0.16.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-sys-v0.15.0...capstone-sys-v0.16.0
128128
[0.15.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-sys-v0.14.0...capstone-sys-v0.15.0
129129
[0.14.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-sys-v0.13.0...capstone-sys-v0.14.0

capstone-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "capstone-sys"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
authors = ["m4b <[email protected]>", "tmfink <[email protected]>"]
55
description = "System bindings to the capstone disassembly library"
66
build = "build.rs"

0 commit comments

Comments
 (0)