Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy committed Jul 30, 2023
1 parent 48155e1 commit d684228
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# [Unreleased]

# [0.3.2] - 2023-07-30

- Fix build on Hermit
[#73](https://github.com/lambda-fairy/rust-errno/pull/73)

- Add support for QNX Neutrino
[#72](https://github.com/lambda-fairy/rust-errno/pull/72)

Expand Down Expand Up @@ -36,7 +41,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.1...HEAD
[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/lambda-fairy/rust-errno/compare/v0.2.8...v0.3.0
[0.2.8]: https://github.com/lambda-fairy/rust-errno/compare/v0.2.7...v0.2.8
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.1"
version = "0.3.2"
authors = ["Chris Wong <[email protected]>"]

license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit d684228

Please sign in to comment.