Add release date to Changes.md

This commit is contained in:
Dave Rolsky 2024-11-17 15:33:03 -05:00
parent 9e709706e7
commit e35168ee8f
No known key found for this signature in database

View File

@ -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