Skip to content

Commit

Permalink
Release 0.3.1 (#71)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update Cargo.toml
  • Loading branch information
lambda-fairy committed Apr 8, 2023
1 parent 1714c54 commit ed627af
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.1] - 2023-04-08

- Correct link name on redox
[#69](https://github.com/lambda-fairy/rust-errno/pull/69)

- Update windows-sys requirement from 0.45 to 0.48
[#70](https://github.com/lambda-fairy/rust-errno/pull/70)

# [0.3.0] - 2023-02-12

- Add haiku support
Expand All @@ -25,6 +33,7 @@
- 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.0...HEAD
[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.1...HEAD
[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.0"
version = "0.3.1"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]

license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit ed627af

Please sign in to comment.