Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 5 additions & 1 deletion RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

1.0.0
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
- 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
Expand Down