Skip to content

Commit 2cf8233

Browse files
committed
Version bump.
1 parent c4b497e commit 2cf8233

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [0.8.0] - 2023-09-25
10+
### Changed
11+
- The `Advice` type is a struct and not an enum now.
12+
[@adamreichold](https://github.com/adamreichold)
13+
14+
### Fixed
15+
- Some of the `Advise` variants were unsound and now require `unsafe` to be constructed.
16+
[@adamreichold](https://github.com/adamreichold)
17+
918
## [0.7.1] - 2023-06-24
1019
### Fixed
1120
- Mapping beyond 4GB offset on 32 bit glibc. Linux-only.
@@ -165,7 +174,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
165174
### Removed
166175
- `winapi` dependency. [memmap-rs/pull/89](https://github.com/danburkert/memmap-rs/pull/89)
167176

168-
[Unreleased]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.7.1...HEAD
177+
[Unreleased]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.8.0...HEAD
178+
[0.8.0]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.7.1...v0.8.0
169179
[0.7.1]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.7.0...v0.7.1
170180
[0.7.0]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.6.2...v0.7.0
171181
[0.6.2]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.6.1...v0.6.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "memmap2"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
authors = ["Dan Burkert <[email protected]>", "Yevhenii Reizner <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/RazrFalcon/memmap2-rs"

0 commit comments

Comments
 (0)