Skip to content

Commit

Permalink
Release 0.3.8. (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode authored Nov 28, 2023
1 parent fbe2e15 commit 5297187
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# [Unreleased]

# [0.3.8] - 2023-11-27

- Update to windows-sys 0.52.
[#91](https://github.com/lambda-fairy/rust-errno/pull/91)

- Update minimum Rust version to 1.56
[#91](https://github.com/lambda-fairy/rust-errno/pull/91)

# [0.3.7] - 2023-11-15

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

[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.7...HEAD
[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.8...HEAD
[0.3.8]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.7...v0.3.8
[0.3.7]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.6...v0.3.7
[0.3.6]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.5...v0.3.6
[0.3.5]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.4...v0.3.5
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "errno"
version = "0.3.7"
version = "0.3.8"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]

license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 5297187

Please sign in to comment.