Skip to content

Commit

Permalink
Merge pull request #78 from sunfishcode/sunfishcode/release-0.3.3
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md.

* Update Cargo.toml.
  • Loading branch information
sunfishcode authored Aug 29, 2023
1 parent 6f49fcb commit ed4221b
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.3] - 2023-08-28

- Disable "libc/std" in no-std configurations.
[#77](https://github.com/lambda-fairy/rust-errno/pull/77)

- Bump errno-dragonfly to 0.1.2
[#75](https://github.com/lambda-fairy/rust-errno/pull/75)

- Support for the ESP-IDF framework
[#74](https://github.com/lambda-fairy/rust-errno/pull/74)

# [0.3.2] - 2023-07-30

- Fix build on Hermit
Expand Down Expand Up @@ -41,7 +52,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.2...HEAD
[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.3...HEAD
[0.3.3]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.1...v0.3.2
[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
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.2"
version = "0.3.3"
authors = ["Chris Wong <[email protected]>"]

license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit ed4221b

Please sign in to comment.