Skip to content

Commit 7450e3d

Browse files
authored
Release 0.3.10 (#103)
1 parent 195e97c commit 7450e3d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
# [0.3.10] - 2024-11-29
4+
5+
- Update to windows-sys 0.59
6+
[#98](https://github.com/lambda-fairy/rust-errno/pull/98)
7+
8+
- Support emscripten
9+
[#100](https://github.com/lambda-fairy/rust-errno/pull/100)
10+
11+
- Remove Bitrig support
12+
[#99](https://github.com/lambda-fairy/rust-errno/pull/99)
13+
314
# [0.3.9] - 2024-05-07
415

516
- Add visionOS support
@@ -88,7 +99,8 @@
8899
- Optionally support no_std
89100
[#31](https://github.com/lambda-fairy/rust-errno/pull/31)
90101

91-
[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.9...HEAD
102+
[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.10...HEAD
103+
[0.3.10]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.9...v0.3.10
92104
[0.3.9]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.8...v0.3.9
93105
[0.3.8]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.7...v0.3.8
94106
[0.3.7]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.6...v0.3.7

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

77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)