Skip to content

Commit d6cb979

Browse files
committed
Bump to 0.5.0
1 parent 3be8d77 commit d6cb979

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

CHANGELOG.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,15 @@ 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] - YYYY-MM-DD
8+
## [0.5.0] - 2018-09-21
99
### Added
1010
* `InsnDetail` to preamble
1111

1212
### Changed
1313
* Flattened `Error` enum
1414

15-
### Deprecated
16-
* TODO (or remove section if none)
17-
1815
### Removed
19-
* TODO (or remove section if none)
20-
21-
### Fixed
22-
* TODO (or remove section if none)
23-
24-
### Security
25-
* TODO (or remove section if none)
26-
16+
* `X86InsnDetail::avx_rm()`
2717

2818
## [0.4.0] - 2018-06-02
2919
### Added
@@ -90,7 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9080
### Removed
9181
- Dependency
9282

93-
[Unreleased]: https://github.com/capstone-rust/capstone-rs/compare/v0.4.0...master
83+
[0.5.0]: https://github.com/capstone-rust/capstone-rs/compare/v0.4.0...v0.5.0
9484
[0.4.0]: https://github.com/capstone-rust/capstone-rs/compare/v0.3.1...v0.4.0
9585
[0.3.1]: https://github.com/capstone-rust/capstone-rs/compare/v0.3.0...v0.3.1
9686
[0.3.0]: https://github.com/capstone-rust/capstone-rs/compare/v0.2.0...v0.3.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.4.0"
11+
version = "0.5.0"
1212

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

0 commit comments

Comments
 (0)