Skip to content

Commit

Permalink
Prepare 0.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesegfault committed Oct 28, 2020
1 parent ce6aa4b commit baa3ed4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sendfd"
version = "0.3.2"
version = "0.3.3"
authors = [
"Simonas Kazlauskas <[email protected]>",
"Bernardo Meurer <[email protected]>",
Expand Down
10 changes: 10 additions & 0 deletions src/changelog.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit baa3ed4

Please sign in to comment.