Skip to content

Commit 92973b0

Browse files
committed
Bump version to 0.9.8.
1 parent 2907b1e commit 92973b0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [0.9.8] - 2025-08-15
8+
### Added
9+
- `MmapOptions::no_reserve_swap`.
10+
[@nhtyy](https://github.com/nhtyy)
11+
712
## [0.9.7] - 2025-07-13
813
### Fixed
914
- Fix incomplete validation of mapping length, which could lead to violation of safety requirements of `slice::from_raw_parts` on 32-bit platforms.
15+
[@nabijaczleweli](https://github.com/nabijaczleweli)
1016

1117
## [0.9.6] - 2025-05-14
1218
### Fixed
1319
- Fix huge page mappings with non-default page-bits.
20+
[@Alex1s](https://github.com/Alex1s)
1421

1522
## [0.9.5] - 2024-09-13
1623
### Added

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.9.7"
3+
version = "0.9.8"
44
authors = [
55
"Dan Burkert <[email protected]>",
66
"Yevhenii Reizner <[email protected]>",

0 commit comments

Comments
 (0)