Skip to content

Commit 59fc758

Browse files
committed
Prepare 0.11.5.4 release
1 parent bb75883 commit 59fc758

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
[0.11.5.4] — January 2025
2+
3+
* Bug fixes:
4+
* [`Builder`: avoid unsound buffer reuse, introduced in `bytestring-0.11.5.0`](https://github.com/haskell/bytestring/pull/691)
5+
6+
[0.11.5.4]: https://github.com/haskell/bytestring/compare/0.11.5.3...0.11.5.4
7+
18
[0.11.5.3] — October 2023
29

310
* Bug fixes:

bytestring.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: bytestring
2-
Version: 0.11.5.3
2+
Version: 0.11.5.4
33
Synopsis: Fast, compact, strict and lazy byte strings with a list interface
44
Description:
55
An efficient compact, immutable byte string type (both strict and lazy)

0 commit comments

Comments
 (0)