Skip to content

Commit 846f455

Browse files
committed
Bump version to 0.2.0
1 parent f3d1fe3 commit 846f455

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.1.0"
11+
version = "0.2.0"
1212

1313
[dependencies]
1414
capstone-sys = "0.6.0"

0 commit comments

Comments
 (0)