Skip to content

Commit 0220b23

Browse files
committed
Version bump.
1 parent bd52d2c commit 0220b23

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [0.6.0] - 2023-05-09
10+
### Changed
11+
- `lock()` and `unlock` methods require `&self` and not `&mut self` now.
12+
[@timvisee](https://github.com/timvisee)
13+
914
## [0.5.10] - 2023-02-22
1015
### Added
1116
- `MmapOptions::map_anon` accounts for `populate` on Linux now.
@@ -135,7 +140,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
135140
### Removed
136141
- `winapi` dependency. [memmap-rs/pull/89](https://github.com/danburkert/memmap-rs/pull/89)
137142

138-
[Unreleased]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.5.10...HEAD
143+
[Unreleased]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.6.0...HEAD
144+
[0.6.0]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.5.10...v0.6.0
139145
[0.5.10]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.5.9...v0.5.10
140146
[0.5.9]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.5.8...v0.5.9
141147
[0.5.8]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.5.7...v0.5.8

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "memmap2"
3-
version = "0.5.10"
3+
version = "0.6.0"
44
authors = ["Dan Burkert <[email protected]>", "Yevhenii Reizner <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/RazrFalcon/memmap2-rs"

0 commit comments

Comments
 (0)