From 3de92613ad718a90dfbdd814a18c8ba0f8c7475c Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sun, 10 Dec 2023 17:40:22 -0600 Subject: [PATCH] Add release date to Changes.md --- Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index ec91ae9..1e9c877 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -## 0.0.10 +## 0.0.10 - 2023-12-10 - Fixed handling of crates with multiple binaries. Attempting to strip binaries for such a crate caused the build to fail. Reported by Tomaž Hribernik. GH #8