diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a5ee9e7..96d091b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.3.0] - 2018-03-26 ### Added - Architecture-specific detail API with `InsnDetail::arch_detail()` method - README badges! @@ -42,6 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Dependency -[Unreleased]: https://github.com/capstone-rust/capstone-rs/compare/v0.2.0...HEAD +[0.3.0]: https://github.com/capstone-rust/capstone-rs/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/capstone-rust/capstone-rs/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/capstone-rust/capstone-rs/releases/tag/v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index a3fcf26f..90db3ba5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "capstone" repository = "https://github.com/capstone-rust/capstone-rs" readme = "README.md" -version = "0.2.0" +version = "0.3.0" [badges] travis-ci = { repository = "capstone-rust/capstone-rs" }