Skip to content

Commit 1cacdd8

Browse files
committed
Bump version to 0.3.0
1 parent f41a848 commit 1cacdd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "capstone"
1010
repository = "https://github.com/capstone-rust/capstone-rs"
1111
readme = "README.md"
12-
version = "0.2.0"
12+
version = "0.3.0"
1313

1414
[badges]
1515
travis-ci = { repository = "capstone-rust/capstone-rs" }

0 commit comments

Comments
 (0)