diff --git a/CHANGELOG.md b/CHANGELOG.md index 4def23f..fa43eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # [Unreleased] +# [0.3.5] - 2023-10-08 + +- Use __errno_location on DragonFly BSD + [#82](https://github.com/lambda-fairy/rust-errno/pull/82) + # [0.3.4] - 2023-10-01 - Add GNU/Hurd support @@ -57,7 +62,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.4...HEAD +[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.5...HEAD +[0.3.5]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.4...v0.3.5 [0.3.4]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.3...v0.3.4 [0.3.3]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.1...v0.3.2 diff --git a/Cargo.toml b/Cargo.toml index a2d5360..82d75e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "errno" -version = "0.3.4" +version = "0.3.5" authors = ["Chris Wong "] license = "MIT OR Apache-2.0"