Skip to content

Commit

Permalink
capstone-rs: bump version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmfink committed Feb 25, 2024
1 parent f62c58a commit 8df6164
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ Notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [UNRELEASED] - YYYY-MM-DD
## [0.12.0] - 2024-02-25
### Added
- `full` feature (enabled by default) which disables [diet mode] for the Capstone C library

### Changed
- Bump minimum Rust version to 1.60.0
- `Arm64OperandType::Sys` contains `Arm64SysOp` instead of `u32`
Expand Down Expand Up @@ -158,7 +161,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Dependency

[UNRELEASED]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.11.0...master
[0.12.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.11.0...capstone-v0.12.0
[0.11.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.10.0...capstone-v0.11.0
[0.10.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.9.0...capstone-v0.10.0
[0.9.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.8.0...capstone-v0.9.0
Expand Down
2 changes: 1 addition & 1 deletion capstone-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "capstone"
repository = "https://github.com/capstone-rust/capstone-rs"
readme = "../README.md"
edition = "2018"
version = "0.11.0"
version = "0.12.0"

[badges]
travis-ci = { repository = "capstone-rust/capstone-rs" }
Expand Down
2 changes: 1 addition & 1 deletion cstool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"
edition = "2018"

[dependencies]
capstone = { path = "../capstone-rs", version = "0.11.0" }
capstone = { path = "../capstone-rs", version = "0.12.0" }
log = "0.4"
stderrlog = "0.5"

Expand Down

0 comments on commit 8df6164

Please sign in to comment.