Skip to content

Commit 2eea80d

Browse files
committed
Bump version to v0.9.7.
1 parent e5294c7 commit 2eea80d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ 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.7] - 2025-07-11
7+
## [0.9.7] - 2025-07-13
88
### Fixed
9-
- Fix incomplete validation of mapping length, which could lead to violation of safety requirements of `slice::from_raw_parts` on 32 bit platforms.
9+
- Fix incomplete validation of mapping length, which could lead to violation of safety requirements of `slice::from_raw_parts` on 32-bit platforms.
1010

1111
## [0.9.6] - 2025-05-14
1212
### Fixed

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

0 commit comments

Comments
 (0)