diff --git a/CHANGELOG.md b/CHANGELOG.md index 633bbc30..e41a22bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 0.6.5 + +* Add support for Emscripten (wasm32) + (https://github.com/rust-lang/socket2/pull/660). +* Add support for NuttX + (https://github.com/rust-lang/socket2/pull/663). +* Enable `Socket::(set_)tos_v4` on illumos + (https://github.com/rust-lang/socket2/pull/662). + # 0.6.4 * Implement Send for `MsgHdr`(`Mut`) diff --git a/Cargo.toml b/Cargo.toml index 93c0b3ce..8475c67d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "socket2" -version = "0.6.4" +version = "0.6.5" authors = [ "Alex Crichton ", "Thomas de Zeeuw "