File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and 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 ` .
Original file line number Diff line number Diff line change 11[package ]
22name = " memmap2"
3- version = " 0.9.8 "
3+ version = " 0.9.9 "
44authors = [
55 " Dan Burkert <dan@danburkert.com>" ,
66 " Yevhenii Reizner <razrfalcon@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments