From eb01e9206ae0ba5672af721269ac2677d2593c71 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Thu, 17 Nov 2022 20:30:24 +0000 Subject: [PATCH] Use `now()` instead of `today()` --- tools/src/release.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/src/release.rs b/tools/src/release.rs index 6152fa3a..290e5f04 100644 --- a/tools/src/release.rs +++ b/tools/src/release.rs @@ -151,7 +151,7 @@ fn update_changelog(root_directory: &Path, new_version: &Version) -> Result