Skip to content

Commit 70d3d0f

Browse files
authored
Release 0.3.4 (#81)
* Update CHANGELOG.md. * Update Cargo.toml.
1 parent 9557819 commit 70d3d0f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# [Unreleased]
22

3+
# [0.3.4] - 2023-10-01
4+
5+
- Add GNU/Hurd support
6+
[#80](https://github.com/lambda-fairy/rust-errno/pull/80)
7+
38
# [0.3.3] - 2023-08-28
49

510
- Disable "libc/std" in no-std configurations.
@@ -52,8 +57,9 @@
5257
- Optionally support no_std
5358
[#31](https://github.com/lambda-fairy/rust-errno/pull/31)
5459

55-
[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.3...HEAD
56-
[0.3.3]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.1...v0.3.2
60+
[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.4...HEAD
61+
[0.3.4]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.3...v0.3.4
62+
[0.3.3]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.2...v0.3.3
5763
[0.3.2]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.1...v0.3.2
5864
[0.3.1]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.0...v0.3.1
5965
[0.3.0]: https://github.com/lambda-fairy/rust-errno/compare/v0.2.8...v0.3.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "errno"
4-
version = "0.3.3"
4+
version = "0.3.4"
55
authors = ["Chris Wong <[email protected]>"]
66

77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)