Skip to content

Commit dfd2144

Browse files
authored
Release 0.3.6. (#87)
1 parent c10b486 commit dfd2144

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
# [0.3.6] - 2023-11-07
4+
5+
- Add support for tvOS and watchOS
6+
[#84](https://github.com/lambda-fairy/rust-errno/pull/84)
7+
8+
- Added support for vita target
9+
[#86](https://github.com/lambda-fairy/rust-errno/pull/86)
10+
311
# [0.3.5] - 2023-10-08
412

513
- Use __errno_location on DragonFly BSD
@@ -62,7 +70,8 @@
6270
- Optionally support no_std
6371
[#31](https://github.com/lambda-fairy/rust-errno/pull/31)
6472

65-
[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.5...HEAD
73+
[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.6...HEAD
74+
[0.3.6]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.5...v0.3.6
6675
[0.3.5]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.4...v0.3.5
6776
[0.3.4]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.3...v0.3.4
6877
[0.3.3]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.2...v0.3.3

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.5"
4+
version = "0.3.6"
55
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
66

77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)