From 77a5caf54b78a8feb5c1d8d38744355e9c9b06aa Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sat, 22 Jul 2023 11:32:39 -0500 Subject: [PATCH] Add release date for 0.0.8 --- Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index b0c30f4..cba5ba5 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -## 0.0.8 +## 0.0.8 - 2023-07-22 - For builds that need the `cross` binary, this binary is now cached. A cache hit saves about 20 seconds in my tests. Suggested by @timon-schelling. GH #4.