Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Feb 26, 2023
1 parent aebcbc4 commit 621aba3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.5.1

## Added

* `Type::cloexec` for Redox and Solaris
(https://github.com/rust-lang/socket2/pull/398).
* Generate documentation for more targets on docs.rs
(https://github.com/rust-lang/socket2/pull/398).


## Fixed

* Generatation of documentation on docs.rs
(https://github.com/rust-lang/socket2/pull/398).

# 0.5.0

## Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "socket2"
version = "0.5.0"
version = "0.5.1"
authors = [
"Alex Crichton <[email protected]>",
"Thomas de Zeeuw <[email protected]>"
Expand Down

0 comments on commit 621aba3

Please sign in to comment.