From c173463cc3bfae8b5e6f19ae909af89dd11afe39 Mon Sep 17 00:00:00 2001 From: Yevhenii Reizner Date: Sat, 16 Dec 2023 15:53:54 +0200 Subject: [PATCH] Version bump. --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a71e72..b6d01aff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.9.1] - 2023-12-16 ### Changed - Added `MmapOptions::huge` method to support mapping hugetlb. Linux only. [@ollie-etl](https://github.com/ollie-etl) @@ -186,7 +188,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Removed - `winapi` dependency. [memmap-rs/pull/89](https://github.com/danburkert/memmap-rs/pull/89) -[Unreleased]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.9.0...HEAD +[Unreleased]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.9.1...HEAD +[0.9.1]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.7.1...v0.8.0 [0.7.1]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.7.0...v0.7.1 diff --git a/Cargo.toml b/Cargo.toml index db7d3ed6..4607c67f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memmap2" -version = "0.9.0" +version = "0.9.1" authors = ["Dan Burkert ", "Yevhenii Reizner "] license = "MIT OR Apache-2.0" repository = "https://github.com/RazrFalcon/memmap2-rs"