Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Mar 13, 2021
1 parent adf32da commit b1479ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,7 @@

* Changed `Socket::set_cpu_affinity` and `Socket::cpu_affinity` to use an
immutable reference.

## From v0.4.0-alpha.5 to v0.4.0

* Use `SO_LINGER_SEC` on macOS for `Socket::get/set_linger`.
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.4.0-alpha.5"
version = "0.4.0"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
Expand Down

0 comments on commit b1479ff

Please sign in to comment.