Skip to content

Commit

Permalink
Release 0.3.10 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy authored Nov 28, 2024
1 parent 195e97c commit 7450e3d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# [Unreleased]

# [0.3.10] - 2024-11-29

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

- Support emscripten
[#100](https://github.com/lambda-fairy/rust-errno/pull/100)

- Remove Bitrig support
[#99](https://github.com/lambda-fairy/rust-errno/pull/99)

# [0.3.9] - 2024-05-07

- Add visionOS support
Expand Down Expand Up @@ -88,7 +99,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.9...HEAD
[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.10...HEAD
[0.3.10]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.9...v0.3.10
[0.3.9]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.8...v0.3.9
[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
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.9"
version = "0.3.10"
authors = ["Chris Wong <[email protected]>"]

license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 7450e3d

Please sign in to comment.