Skip to content

Commit

Permalink
Bump version to 0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Nov 15, 2023
1 parent 9f97061 commit 2047e0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Unreleased:
v0.7.1 - 2023-11-15:
* Ensure proper alginment of control message buffer in the writer.
* Fix compilation on Illumos and Solaris platforms.

v0.7.0 - 2023-03-03:
* Fix `OwnedFileDescriptors` iteration.

v0.6.0 - 2023-03-03 - YANKED:
v0.6.0 - 2023-03-03:
* Rework ancillary message API.
* Support I/O safety in ancillary message API.
* Implement `Into<OwnedFd>` for `UnixSeqpacket` and `UnixSeqpacketListener`.
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 = "tokio-seqpacket"
version = "0.7.0"
version = "0.7.1"
license = "BSD-2-Clause"
authors = [
"Maarten de Vries <[email protected]>",
Expand Down

0 comments on commit 2047e0d

Please sign in to comment.