Skip to content

Commit 56c0ebb

Browse files
committed
Bump version to 0.4.0
1 parent 9f127a4 commit 56c0ebb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ 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]
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

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.3.1"
11+
version = "0.4.0"
1212

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

0 commit comments

Comments
 (0)