Skip to content

Commit 621aba3

Browse files
committed
Release v0.5.1
1 parent aebcbc4 commit 621aba3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 0.5.1
2+
3+
## Added
4+
5+
* `Type::cloexec` for Redox and Solaris
6+
(https://github.com/rust-lang/socket2/pull/398).
7+
* Generate documentation for more targets on docs.rs
8+
(https://github.com/rust-lang/socket2/pull/398).
9+
10+
11+
## Fixed
12+
13+
* Generatation of documentation on docs.rs
14+
(https://github.com/rust-lang/socket2/pull/398).
15+
116
# 0.5.0
217

318
## Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "socket2"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = [
55
"Alex Crichton <alex@alexcrichton.com>",
66
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"

0 commit comments

Comments
 (0)