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.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 0.2.0 ] - 2017-11-01
8
8
### Added
9
9
- ` Capstone::new_raw() ` has the same interface as the old ` Capstone::new_raw() `
10
10
- 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.
28
28
### Removed
29
29
- Dependency
30
30
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
32
32
[ 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"
8
8
name = " capstone"
9
9
repository = " https://github.com/capstone-rust/capstone-rs"
10
10
readme = " README.md"
11
- version = " 0.1 .0"
11
+ version = " 0.2 .0"
12
12
13
13
[dependencies ]
14
14
capstone-sys = " 0.6.0"
You can’t perform that action at this time.
0 commit comments