Skip to content

Commit c6f122f

Browse files
committed
rs, sys: update changelogs
1 parent 0282aa5 commit c6f122f

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [UNRELEASED] - YYYY-MM-DD
9+
### Added
10+
- BPF arch support
11+
- Detail support for SystemZ
12+
- Make RegAccessType available for ARM
13+
914
### Changed
1015
- Bump minimum Rust version to 1.70.0
1116

17+
### Fixed
18+
- Build on Windows platforms when using `bindgen` feature
19+
- Segfault when running on s390x (AKA SystemZ)
20+
1221
### Removed
1322
- `From<u32> for RegId` impl
1423

capstone-sys/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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
8+
### Fixed
9+
- Segfault when running on s390x (AKA SystemZ)
10+
11+
### Added
12+
- Support for BPF arch
13+
14+
### Changed
15+
- Bump MSRV to 1.70
16+
717
## [0.16.0] - 2024-02-25
818
### Fixed
919
- Make builds more reproducible
@@ -113,6 +123,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113123
### Removed
114124
- Dependency
115125

126+
[UNRELEASED]: https://github.com/capstone-rust/capstone-rs/compare/capstone-sys-v0.16.0...master
116127
[0.16.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-sys-v0.15.0...capstone-sys-v0.16.0
117128
[0.15.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-sys-v0.14.0...capstone-sys-v0.15.0
118129
[0.14.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-sys-v0.13.0...capstone-sys-v0.14.0

0 commit comments

Comments
 (0)