From 2875f7f19337cca56e173a5b7fe1b4eb0c2e53f4 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Thu, 22 Jun 2023 11:02:49 +0800 Subject: [PATCH] Update changelog for v0.25.0 --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index c19d62a78..c68796a75 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +## 0.25.0 + + * Re-release of yanked 0.24.6 as a major release + * Update MSRV to 1.57 + * Support variadic arguments (`...`) (#805) + * Add --depfile option (#820) + * Breaking changes: The `Config` struct now has a private member. + ## 0.24.6 (YANKED: depfile option was breaking, see #841) * Update MSRV to 1.57