File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ 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
+ ## [ 0.3.1] - 2018-03-26
9
+ ### Fixed
10
+ - Documentation URL
11
+
8
12
## [ 0.3.0] - 2018-03-26
9
13
### Added
10
14
- Architecture-specific detail API with ` InsnDetail::arch_detail() ` method
@@ -42,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
46
### Removed
43
47
- Dependency
44
48
49
+ [ 0.3.1 ] : https://github.com/capstone-rust/capstone-rs/compare/v0.3.0...v0.3.1
45
50
[ 0.3.0 ] : https://github.com/capstone-rust/capstone-rs/compare/v0.2.0...v0.3.0
46
51
[ 0.2.0 ] : https://github.com/capstone-rust/capstone-rs/compare/v0.1.0...v0.2.0
47
52
[ 0.1.0 ] : https://github.com/capstone-rust/capstone-rs/releases/tag/v0.1.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.3.0 "
11
+ version = " 0.3.1 "
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