File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# [ Unreleased]
2
2
3
+ # [ 0.3.4] - 2023-10-01
4
+
5
+ - Add GNU/Hurd support
6
+ [ #80 ] ( https://github.com/lambda-fairy/rust-errno/pull/80 )
7
+
3
8
# [ 0.3.3] - 2023-08-28
4
9
5
10
- Disable "libc/std" in no-std configurations.
52
57
- Optionally support no_std
53
58
[ #31 ] ( https://github.com/lambda-fairy/rust-errno/pull/31 )
54
59
55
- [ Unreleased ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.3...HEAD
56
- [ 0.3.3 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.1...v0.3.2
60
+ [ Unreleased ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.4...HEAD
61
+ [ 0.3.4 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.3...v0.3.4
62
+ [ 0.3.3 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.2...v0.3.3
57
63
[ 0.3.2 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.1...v0.3.2
58
64
[ 0.3.1 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.3.0...v0.3.1
59
65
[ 0.3.0 ] : https://github.com/lambda-fairy/rust-errno/compare/v0.2.8...v0.3.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " errno"
4
- version = " 0.3.3 "
4
+ version = " 0.3.4 "
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