Skip to content

Commit 5297187

Browse files
authored
Release 0.3.8. (#94)
1 parent fbe2e15 commit 5297187

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
# [0.3.8] - 2023-11-27
4+
5+
- Update to windows-sys 0.52.
6+
[#91](https://github.com/lambda-fairy/rust-errno/pull/91)
7+
8+
- Update minimum Rust version to 1.56
9+
[#91](https://github.com/lambda-fairy/rust-errno/pull/91)
10+
311
# [0.3.7] - 2023-11-15
412

513
- Fix `to_string()` handling for unknown error codes
@@ -75,7 +83,8 @@
7583
- Optionally support no_std
7684
[#31](https://github.com/lambda-fairy/rust-errno/pull/31)
7785

78-
[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.7...HEAD
86+
[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.8...HEAD
87+
[0.3.8]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.7...v0.3.8
7988
[0.3.7]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.6...v0.3.7
8089
[0.3.6]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.5...v0.3.6
8190
[0.3.5]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.4...v0.3.5

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.7"
4+
version = "0.3.8"
55
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
66

77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)