File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# [ Unreleased]
2
2
3
+ # [ 0.3.6] - 2023-11-07
4
+
5
+ - Add support for tvOS and watchOS
6
+ [ #84 ] ( https://github.com/lambda-fairy/rust-errno/pull/84 )
7
+
8
+ - Added support for vita target
9
+ [ #86 ] ( https://github.com/lambda-fairy/rust-errno/pull/86 )
10
+
3
11
# [ 0.3.5] - 2023-10-08
4
12
5
13
- Use __ errno_location on DragonFly BSD
62
70
- Optionally support no_std
63
71
[ #31 ] ( https://github.com/lambda-fairy/rust-errno/pull/31 )
64
72
65
- [ Unreleased ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.5...HEAD
73
+ [ Unreleased ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.6...HEAD
74
+ [ 0.3.6 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.5...v0.3.6
66
75
[ 0.3.5 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.4...v0.3.5
67
76
[ 0.3.4 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.3...v0.3.4
68
77
[ 0.3.3 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.2...v0.3.3
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " errno"
4
- version = " 0.3.5 "
4
+ version = " 0.3.6 "
5
5
authors = [" Chris Wong <lambda.fairy@gmail.com>" ]
6
6
7
7
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments