File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# [ Unreleased]
2
2
3
+ # [ 0.3.10] - 2024-11-29
4
+
5
+ - Update to windows-sys 0.59
6
+ [ #98 ] ( https://github.com/lambda-fairy/rust-errno/pull/98 )
7
+
8
+ - Support emscripten
9
+ [ #100 ] ( https://github.com/lambda-fairy/rust-errno/pull/100 )
10
+
11
+ - Remove Bitrig support
12
+ [ #99 ] ( https://github.com/lambda-fairy/rust-errno/pull/99 )
13
+
3
14
# [ 0.3.9] - 2024-05-07
4
15
5
16
- Add visionOS support
88
99
- Optionally support no_std
89
100
[ #31 ] ( https://github.com/lambda-fairy/rust-errno/pull/31 )
90
101
91
- [ Unreleased ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.9...HEAD
102
+ [ Unreleased ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.10...HEAD
103
+ [ 0.3.10 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.9...v0.3.10
92
104
[ 0.3.9 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.8...v0.3.9
93
105
[ 0.3.8 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.7...v0.3.8
94
106
[ 0.3.7 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.6...v0.3.7
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " errno"
4
- version = " 0.3.9 "
4
+ version = " 0.3.10 "
5
5
authors = [
" Chris Wong <[email protected] >" ]
6
6
7
7
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments