From e35168ee8f31f83b4af8ba73d497bf25f3518a93 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sun, 17 Nov 2024 15:33:03 -0500 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 c19f0b2..7eaf1fe 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -## 0.0.16 +## 0.0.16 - 2024-11-17 - Arguments passed in the `args` parameter are now always last when executing `cargo`. This lets you pass arguments to test binaries like `-- --something`. First reported by @mateocabanal (Mateo