Skip to content

Commit 676c385

Browse files
authored
Prepare 0.12.0.1 release (#605)
1 parent 514f7d9 commit 676c385

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
[0.12.0.1] — August 2023
2+
3+
* Bug fixes:
4+
* [Work around a GHC runtime linker issue on i386/PowerPC](https://github.com/haskell/bytestring/pull/604)
5+
6+
[0.12.0.1]: https://github.com/haskell/bytestring/compare/0.12.0.0...0.12.0.1
7+
18
[0.12.0.0] — July 2023
29

310
* __Breaking Changes__:
@@ -31,6 +38,13 @@
3138

3239
[0.12.0.0]: https://github.com/haskell/bytestring/compare/0.11.5.0...0.12.0.0
3340

41+
[0.11.5.1] — August 2023
42+
43+
* Bug fixes:
44+
* [Work around a GHC runtime linker issue on i386/PowerPC](https://github.com/haskell/bytestring/pull/604)
45+
46+
[0.11.5.1]: https://github.com/haskell/bytestring/compare/0.11.5.0...0.11.5.1
47+
3448
[0.11.5.0] — July 2023
3549

3650
* 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.12.0.0
2+
Version: 0.12.0.1
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)