Skip to content

Commit 8bcf929

Browse files
authored
Release 0.3.9 (#96)
1 parent 23bc270 commit 8bcf929

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.9] - 2024-05-07
4+
5+
- Add visionOS support
6+
[#95](https://github.com/lambda-fairy/rust-errno/pull/95)
7+
38
# [0.3.8] - 2023-11-27
49

510
- Update to windows-sys 0.52.
@@ -83,7 +88,8 @@
8388
- Optionally support no_std
8489
[#31](https://github.com/lambda-fairy/rust-errno/pull/31)
8590

86-
[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.8...HEAD
91+
[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.9...HEAD
92+
[0.3.9]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.8...v0.3.9
8793
[0.3.8]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.7...v0.3.8
8894
[0.3.7]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.6...v0.3.7
8995
[0.3.6]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.5...v0.3.6

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.8"
4+
version = "0.3.9"
55
authors = ["Chris Wong <[email protected]>"]
66

77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)