Skip to content

Commit cc94666

Browse files
authored
Merge pull request #158 from RazrFalcon/release/v0.9.9
Release version 0.9.9
2 parents 83bf8cf + bfb74b1 commit cc94666

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,6 +4,13 @@ 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.9] - 2025-10-21
8+
### Fixed
9+
- Fix compilation on visionOS (and other apple operating systems).
10+
[@sinkingsugar](https://github.com/sinkingsugar)
11+
- Do not assume `isize::MAX` fits in a `u64`.
12+
[@ThomasHabets](https://github.com/ThomasHabets)
13+
714
## [0.9.8] - 2025-08-22
815
### Added
916
- `MmapOptions::no_reserve_swap`.

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.8"
3+
version = "0.9.9"
44
authors = [
55
"Dan Burkert <dan@danburkert.com>",
66
"Yevhenii Reizner <razrfalcon@gmail.com>",

0 commit comments

Comments
 (0)