File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# [ Unreleased]
2
2
3
+ # [ 0.3.7] - 2023-11-15
4
+
5
+ - Fix ` to_string() ` handling for unknown error codes
6
+ [ #88 ] ( https://github.com/lambda-fairy/rust-errno/pull/88 )
7
+
3
8
# [ 0.3.6] - 2023-11-07
4
9
5
10
- Add support for tvOS and watchOS
70
75
- Optionally support no_std
71
76
[ #31 ] ( https://github.com/lambda-fairy/rust-errno/pull/31 )
72
77
73
- [ Unreleased ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.6...HEAD
78
+ [ Unreleased ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.7...HEAD
79
+ [ 0.3.7 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.6...v0.3.7
74
80
[ 0.3.6 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.5...v0.3.6
75
81
[ 0.3.5 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.4...v0.3.5
76
82
[ 0.3.4 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.3...v0.3.4
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " errno"
4
- version = " 0.3.6 "
4
+ version = " 0.3.7 "
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