Skip to content

Commit

Permalink
Release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Sep 15, 2021
1 parent 80f0d40 commit 380a1a4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.4.2

## Added

* `Socket::(set_)freebind_ipv6`, getter and setter for `IPV6_FREEBIND`.

## Fixed

* Compilation on OpenBSD.
* Usage of incorrect flag in `Socket::(set_)freebind`.

# 0.4.1

## Added
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.4.1"
version = "0.4.2"
authors = [
"Alex Crichton <[email protected]>",
"Thomas de Zeeuw <[email protected]>"
Expand Down

0 comments on commit 380a1a4

Please sign in to comment.