File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.8.0] - 2023-09-25
10
+ ### Changed
11
+ - The ` Advice ` type is a struct and not an enum now.
12
+ [ @adamreichold ] ( https://github.com/adamreichold )
13
+
14
+ ### Fixed
15
+ - Some of the ` Advise ` variants were unsound and now require ` unsafe ` to be constructed.
16
+ [ @adamreichold ] ( https://github.com/adamreichold )
17
+
9
18
## [ 0.7.1] - 2023-06-24
10
19
### Fixed
11
20
- Mapping beyond 4GB offset on 32 bit glibc. Linux-only.
@@ -165,7 +174,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
165
174
### Removed
166
175
- ` winapi ` dependency. [ memmap-rs/pull/89] ( https://github.com/danburkert/memmap-rs/pull/89 )
167
176
168
- [ Unreleased ] : https://github.com/RazrFalcon/memmap2-rs/compare/v0.7.1...HEAD
177
+ [ Unreleased ] : https://github.com/RazrFalcon/memmap2-rs/compare/v0.8.0...HEAD
178
+ [ 0.8.0 ] : https://github.com/RazrFalcon/memmap2-rs/compare/v0.7.1...v0.8.0
169
179
[ 0.7.1 ] : https://github.com/RazrFalcon/memmap2-rs/compare/v0.7.0...v0.7.1
170
180
[ 0.7.0 ] : https://github.com/RazrFalcon/memmap2-rs/compare/v0.6.2...v0.7.0
171
181
[ 0.6.2 ] : https://github.com/RazrFalcon/memmap2-rs/compare/v0.6.1...v0.6.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " memmap2"
3
- version = " 0.7.1 "
3
+ version = " 0.8.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