File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.3.0 ] - 2018-03-26
9
9
### Added
10
10
- Architecture-specific detail API with ` InsnDetail::arch_detail() ` method
11
11
- README badges!
@@ -42,6 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
42
### Removed
43
43
- Dependency
44
44
45
- [ Unreleased ] : https://github.com/capstone-rust/capstone-rs/compare/v0.2.0...HEAD
45
+ [ 0.3.0 ] : https://github.com/capstone-rust/capstone-rs/compare/v0.2.0...v0.3.0
46
46
[ 0.2.0 ] : https://github.com/capstone-rust/capstone-rs/compare/v0.1.0...v0.2.0
47
47
[ 0.1.0 ] : https://github.com/capstone-rust/capstone-rs/releases/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT"
9
9
name = " capstone"
10
10
repository = " https://github.com/capstone-rust/capstone-rs"
11
11
readme = " README.md"
12
- version = " 0.2 .0"
12
+ version = " 0.3 .0"
13
13
14
14
[badges ]
15
15
travis-ci = { repository = " capstone-rust/capstone-rs" }
You can’t perform that action at this time.
0 commit comments