From 135ee854265fa25874714292c9d842ad55781492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Olgu=C3=ADn=20Mu=C3=B1oz?= Date: Tue, 10 Feb 2026 13:01:57 -0800 Subject: [PATCH] Release 1.0.1 --- Cargo.toml | 2 +- RELEASE_NOTES | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42d9d10..6e7e650 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ecdysis" description = "A library for graceful restarts in Rust." -version = "1.0.0" +version = "1.0.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 88426bd..137d4a7 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,5 +1,11 @@ +1.0.1 +- 2026-02-10 fix: make unix socket non-blocking +- 2026-01-21 chore: add badges to README +- 2026-01-20 fix: release procedure + 1.0.0 +- 2026-01-12 Release 1.0.0 - 2026-01-12 chore(style): cargo fmt - 2026-01-12 chore(clippy): fix clippy lints - 2026-01-10 chore: prepare for v1.0.0