From baa3ed465b896f7a231d685be204c6961c455ee8 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Wed, 28 Oct 2020 16:32:02 -0700 Subject: [PATCH] Prepare 0.3.3 release --- Cargo.toml | 2 +- src/changelog.rs | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87b07d0..8cd6261 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sendfd" -version = "0.3.2" +version = "0.3.3" authors = [ "Simonas Kazlauskas ", "Bernardo Meurer ", diff --git a/src/changelog.rs b/src/changelog.rs index 2440971..fd0064b 100644 --- a/src/changelog.rs +++ b/src/changelog.rs @@ -1,5 +1,15 @@ //! Project changelog +/// Release 0.3.3 +/// +/// * Compatibility with tokio::net::UnixStream and tokio::net::UnixDatagram for tokio 0.2 and 0.3. +pub mod r0_3_3 {} + +/// Release 0.3.2 +/// +/// * Compatibility with musl. +pub mod r0_3_2 {} + /// Release 0.3.1 /// /// * Compatibility with macOS and BSDs.