From 066ddd834e01b380fb1aed078ff3fe73acc37f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate=20Moonlight?= <hecate+github@glitchbra.in> Date: Wed, 18 Oct 2023 17:11:03 +0200 Subject: [PATCH] Amend version number in the 3.10.2.1 changelog --- release-notes/Cabal-3.10.2.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/Cabal-3.10.2.1.md b/release-notes/Cabal-3.10.2.1.md index 1615b3fcfe..bfa8fa750b 100644 --- a/release-notes/Cabal-3.10.2.1.md +++ b/release-notes/Cabal-3.10.2.1.md @@ -1,7 +1,7 @@ Cabal and Cabal-syntax 3.10.2.1 changelog and release notes --- -## Release 3.10.2.0 is strictly a bug-fix release, with the fixes listed below +## Release 3.10.2.1 is strictly a bug-fix release, with the fixes listed below - Relax extension .c requirement for c-sources [#9285](https://github.com/haskell/cabal/pull/9285) -- GitLab