From 46b4378cc72a04bb50efdb27b4936fc37455e817 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sat, 18 May 2024 13:22:04 +0800 Subject: [PATCH] Add release date to changes --- Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 226f85c..3f41fb3 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -## 0.0.13 +## 0.0.13 - 2024-05-18 - It's now possible to set `cross-version` to a git ref like a commit hash or `HEAD`. This will install `cross` from its git repo.