From b822c3a2f0fe4b4a77cb5a63b7efa934121a3deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Olgu=C3=ADn=20Mu=C3=B1oz?= Date: Tue, 14 Apr 2026 12:30:05 -0700 Subject: [PATCH] Release 1.1.1 --- Cargo.toml | 2 +- RELEASE_NOTES | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5f64c45..e63519f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ecdysis" description = "A library for graceful restarts in Rust." -version = "1.1.0" +version = "1.1.1" authors = ["Argo Smart Routing & Orpheus Team at Cloudflare, Inc."] edition = "2021" license = "Apache-2.0" diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 39e5c7d..756b778 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,5 +1,9 @@ -1.1.0 +1.1.1 +- 2026-04-10 Fix Cargo.toml formatting +- 2026-04-09 Set O_NONBLOCK on seqpacket listen socket +- 2026-04-09 Export UnixSeqpacketListenerStream +- 2026-04-09 Release 1.1.0 - 2026-04-08 Add support for systemd-managed Unix SEQPACKET sockets 1.0.1