Skip to content

Commit

Permalink
Release v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed May 12, 2023
1 parent 488441a commit 3047737
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.5.3

* Added support for two new Android targets `armv7-linux-androideabi` and
`i686-linux-android` (https://github.com/rust-lang/socket2/pull/434).
* Added `Socket::cookie` to retrieve `SO_COOKIE` on Linux
(https://github.com/rust-lang/socket2/pull/437).

# 0.5.2

* Add Unix socket methods to `SockAddr`
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.2"
version = "0.5.3"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
Expand Down

0 comments on commit 3047737

Please sign in to comment.