Commit 0220b23 1 parent bd52d2c commit 0220b23 Copy full SHA for 0220b23
File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased]
8
8
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
+
9
14
## [ 0.5.10] - 2023-02-22
10
15
### Added
11
16
- ` MmapOptions::map_anon ` accounts for ` populate ` on Linux now.
@@ -135,7 +140,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
135
140
### Removed
136
141
- ` winapi ` dependency. [ memmap-rs/pull/89] ( https://github.com/danburkert/memmap-rs/pull/89 )
137
142
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
139
145
[ 0.5.10 ] : https://github.com/RazrFalcon/memmap2-rs/compare/v0.5.9...v0.5.10
140
146
[ 0.5.9 ] : https://github.com/RazrFalcon/memmap2-rs/compare/v0.5.8...v0.5.9
141
147
[ 0.5.8 ] : https://github.com/RazrFalcon/memmap2-rs/compare/v0.5.7...v0.5.8
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " memmap2"
3
- version = " 0.5.10 "
3
+ version = " 0.6.0 "
4
4
authors = [
" Dan Burkert <[email protected] >" ,
" Yevhenii Reizner <[email protected] >" ]
5
5
license = " MIT OR Apache-2.0"
6
6
repository = " https://github.com/RazrFalcon/memmap2-rs"
You can’t perform that action at this time.
0 commit comments