diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bae913..d36dafa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 657391c..11f50ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "errno" -version = "0.3.2" +version = "0.3.3" authors = ["Chris Wong "] license = "MIT OR Apache-2.0"