File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -5,25 +5,15 @@ Notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ] - YYYY-MM-DD
8
+ ## [ 0.5.0 ] - 2018-09-21
9
9
### Added
10
10
* ` InsnDetail ` to preamble
11
11
12
12
### Changed
13
13
* Flattened ` Error ` enum
14
14
15
- ### Deprecated
16
- * TODO (or remove section if none)
17
-
18
15
### 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() `
27
17
28
18
## [ 0.4.0] - 2018-06-02
29
19
### Added
@@ -90,7 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
90
80
### Removed
91
81
- Dependency
92
82
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
94
84
[ 0.4.0 ] : https://github.com/capstone-rust/capstone-rs/compare/v0.3.1...v0.4.0
95
85
[ 0.3.1 ] : https://github.com/capstone-rust/capstone-rs/compare/v0.3.0...v0.3.1
96
86
[ 0.3.0 ] : https://github.com/capstone-rust/capstone-rs/compare/v0.2.0...v0.3.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.4 .0"
11
+ version = " 0.5 .0"
12
12
13
13
[badges ]
14
14
travis-ci = { repository = " capstone-rust/capstone-rs" }
You can’t perform that action at this time.
0 commit comments