Skip to content

Commit cd32c9c

Browse files
committed
Bump version to 0.3.1
1 parent 89d00b8 commit cd32c9c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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+
## [0.3.1] - 2018-03-26
9+
### Fixed
10+
- Documentation URL
11+
812
## [0.3.0] - 2018-03-26
913
### Added
1014
- Architecture-specific detail API with `InsnDetail::arch_detail()` method
@@ -42,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4246
### Removed
4347
- Dependency
4448

49+
[0.3.1]: https://github.com/capstone-rust/capstone-rs/compare/v0.3.0...v0.3.1
4550
[0.3.0]: https://github.com/capstone-rust/capstone-rs/compare/v0.2.0...v0.3.0
4651
[0.2.0]: https://github.com/capstone-rust/capstone-rs/compare/v0.1.0...v0.2.0
4752
[0.1.0]: https://github.com/capstone-rust/capstone-rs/releases/tag/v0.1.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "capstone"
99
repository = "https://github.com/capstone-rust/capstone-rs"
1010
readme = "README.md"
11-
version = "0.3.0"
11+
version = "0.3.1"
1212

1313
[badges]
1414
travis-ci = { repository = "capstone-rust/capstone-rs" }

0 commit comments

Comments
 (0)