From 59fc758efe0e1dd98ed4168f38020cefee772963 Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Wed, 1 Jan 2025 13:24:19 +0000 Subject: [PATCH] Prepare 0.11.5.4 release --- Changelog.md | 7 +++++++ bytestring.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index f821ae81b..eea070d7d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +[0.11.5.4] — January 2025 + +* Bug fixes: + * [`Builder`: avoid unsound buffer reuse, introduced in `bytestring-0.11.5.0`](https://github.com/haskell/bytestring/pull/691) + +[0.11.5.4]: https://github.com/haskell/bytestring/compare/0.11.5.3...0.11.5.4 + [0.11.5.3] — October 2023 * Bug fixes: diff --git a/bytestring.cabal b/bytestring.cabal index cf75c10e0..e5199a4d9 100644 --- a/bytestring.cabal +++ b/bytestring.cabal @@ -1,5 +1,5 @@ Name: bytestring -Version: 0.11.5.3 +Version: 0.11.5.4 Synopsis: Fast, compact, strict and lazy byte strings with a list interface Description: An efficient compact, immutable byte string type (both strict and lazy)