File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 0.4.0 ]
99### Added
10- - [ Criterion benchmark] ( benches )
10+ - [ Criterion] ( https://github.com/japaric/criterion.rs ) [ benchmark] ( benches )
1111- [ cstool example] ( examples/cstool.rs )
1212- [ Codecov] ( https://codecov.io/gh/capstone-rust/capstone-rs ) code coverage integration
1313- ` PartialOrd ` /` Ord ` implementation for ` InsnId ` , ` InsnGroupId ` , ` RegId `
1414- 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)
1616
1717### Changed
1818- 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
6767### Removed
6868- Dependency
6969
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
7171[ 0.3.1 ] : https://github.com/capstone-rust/capstone-rs/compare/v0.3.0...v0.3.1
7272[ 0.3.0 ] : https://github.com/capstone-rust/capstone-rs/compare/v0.2.0...v0.3.0
7373[ 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"
88name = " capstone"
99repository = " https://github.com/capstone-rust/capstone-rs"
1010readme = " README.md"
11- version = " 0.3.1 "
11+ version = " 0.4.0 "
1212
1313[badges ]
1414travis-ci = { repository = " capstone-rust/capstone-rs" }
You can’t perform that action at this time.
0 commit comments