File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 0.3.0 ] - 2018-03-26
99### Added
1010- Architecture-specific detail API with ` InsnDetail::arch_detail() ` method
1111- README badges!
@@ -42,6 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4242### Removed
4343- Dependency
4444
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
4646[ 0.2.0 ] : https://github.com/capstone-rust/capstone-rs/compare/v0.1.0...v0.2.0
4747[ 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"
99name = " capstone"
1010repository = " https://github.com/capstone-rust/capstone-rs"
1111readme = " README.md"
12- version = " 0.2 .0"
12+ version = " 0.3 .0"
1313
1414[badges ]
1515travis-ci = { repository = " capstone-rust/capstone-rs" }
You can’t perform that action at this time.
0 commit comments