File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ 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 ]
8
+ ## [ 0.4.0 ]
9
9
### Added
10
- - [ Criterion benchmark] ( benches )
10
+ - [ Criterion] ( https://github.com/japaric/criterion.rs ) [ benchmark] ( benches )
11
11
- [ cstool example] ( examples/cstool.rs )
12
12
- [ Codecov] ( https://codecov.io/gh/capstone-rust/capstone-rs ) code coverage integration
13
13
- ` PartialOrd ` /` Ord ` implementation for ` InsnId ` , ` InsnGroupId ` , ` RegId `
14
14
- Lifetime to ` Capstone ` /` Insn ` struct
15
- - Nightly-only feature ` alloc_system ` to use system allocator instead of the default allocator
15
+ - ` alloc_system ` feature to use the system allocator instead of the default allocator (currently requires nightly)
16
16
17
17
### Changed
18
18
- Minimum Rust version to 1.23.0
@@ -67,7 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
67
67
### Removed
68
68
- Dependency
69
69
70
- [ Unreleased ] : https://github.com/capstone-rust/capstone-rs/compare/v0.3.1...master
70
+ [ 0.4.0 ] : https://github.com/capstone-rust/capstone-rs/compare/v0.3.1...0.4.0
71
71
[ 0.3.1 ] : https://github.com/capstone-rust/capstone-rs/compare/v0.3.0...v0.3.1
72
72
[ 0.3.0 ] : https://github.com/capstone-rust/capstone-rs/compare/v0.2.0...v0.3.0
73
73
[ 0.2.0 ] : https://github.com/capstone-rust/capstone-rs/compare/v0.1.0...v0.2.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.1 "
11
+ version = " 0.4.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