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 @@ -4,7 +4,7 @@ Notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 0.2.0 ] - 2017-11-01
88### Added
99- ` Capstone::new_raw() ` has the same interface as the old ` Capstone::new_raw() `
1010- Add setters to modify mode, syntax, etc.
@@ -28,5 +28,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2828### Removed
2929- Dependency
3030
31- [ Unreleased ] : https://github.com/capstone-rust/capstone-rs/compare/v0.1.0...HEAD
31+ [ 0.2.0 ] : https://github.com/capstone-rust/capstone-rs/compare/v0.1.0...v0.2.0
3232[ 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 @@ -8,7 +8,7 @@ license = "MIT"
88name = " capstone"
99repository = " https://github.com/capstone-rust/capstone-rs"
1010readme = " README.md"
11- version = " 0.1 .0"
11+ version = " 0.2 .0"
1212
1313[dependencies ]
1414capstone-sys = " 0.6.0"
You can’t perform that action at this time.
0 commit comments