Skip to content

Commit 478d765

Browse files
committed
rs: bump version to 0.13.0
1 parent 3aafb68 commit 478d765

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Notable changes to this project will be documented in this file.
55
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

8-
## [UNRELEASED] - YYYY-MM-DD
8+
## [0.13.0] - 2025-02-04
99
### Added
1010
- BPF arch support
1111
- Detail support for SystemZ
@@ -177,7 +177,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
177177
### Removed
178178
- Dependency
179179

180-
[UNRELEASED]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.12.0...master
180+
[0.13.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.12.0...master
181181
[0.12.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.11.0...capstone-v0.12.0
182182
[0.11.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.10.0...capstone-v0.11.0
183183
[0.10.0]: https://github.com/capstone-rust/capstone-rs/compare/capstone-v0.9.0...capstone-v0.10.0

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
@@ -9,7 +9,7 @@ name = "capstone"
99
repository = "https://github.com/capstone-rust/capstone-rs"
1010
readme = "../README.md"
1111
edition = "2018"
12-
version = "0.12.0"
12+
version = "0.13.0"
1313
rust-version.workspace = true
1414

1515
[badges]

cstool/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66
edition = "2018"
77

88
[dependencies]
9-
capstone = { path = "../capstone-rs", version = "0.12.0" }
9+
capstone = { path = "../capstone-rs", version = "0.13.0" }
1010
log = "0.4"
1111
stderrlog = "0.6"
1212

0 commit comments

Comments
 (0)