Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy committed Feb 12, 2023
1 parent 3983d26 commit e188270
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# [Unreleased]

# [0.3.0] - 2023-02-12

- Add haiku support
[#42](https://github.com/lambda-fairy/rust-errno/pull/42)

Expand All @@ -23,5 +25,6 @@
- Optionally support no_std
[#31](https://github.com/lambda-fairy/rust-errno/pull/31)

[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.2.8...HEAD
[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.0...HEAD
[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.2.8"
version = "0.3.0"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]

license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit e188270

Please sign in to comment.