Skip to content

Commit a594777

Browse files
authored
Release 0.3.7. (#90)
1 parent 0420960 commit a594777

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# [Unreleased]
22

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+
38
# [0.3.6] - 2023-11-07
49

510
- Add support for tvOS and watchOS
@@ -70,7 +75,8 @@
7075
- Optionally support no_std
7176
[#31](https://github.com/lambda-fairy/rust-errno/pull/31)
7277

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
7480
[0.3.6]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.5...v0.3.6
7581
[0.3.5]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.4...v0.3.5
7682
[0.3.4]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.3...v0.3.4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "errno"
4-
version = "0.3.6"
4+
version = "0.3.7"
55
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
66

77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)