Skip to content

Commit 39f4011

Browse files
authored
Prepare 0.12.0.2 release (#610)
1 parent e8a9b52 commit 39f4011

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.2] — August 2023
2+
3+
* Bug fixes:
4+
* [Fix `clockid_t`-related build failures on some platforms](https://github.com/haskell/bytestring/pull/607)
5+
6+
[0.12.0.2]: https://github.com/haskell/bytestring/compare/0.12.0.1...0.12.0.2
7+
18
[0.12.0.1] — August 2023
29

310
* Bug fixes:
@@ -38,6 +45,13 @@
3845

3946
[0.12.0.0]: https://github.com/haskell/bytestring/compare/0.11.5.0...0.12.0.0
4047

48+
[0.11.5.2] — August 2023
49+
50+
* Bug fixes:
51+
* [Fix `clockid_t`-related build failures on some platforms](https://github.com/haskell/bytestring/pull/607)
52+
53+
[0.11.5.2]: https://github.com/haskell/bytestring/compare/0.11.5.1...0.11.5.2
54+
4155
[0.11.5.1] — August 2023
4256

4357
* 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.1
2+
Version: 0.12.0.2
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)