Skip to content

Commit

Permalink
Prepare 0.12.0.2 release (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
clyring authored Aug 16, 2023
1 parent e8a9b52 commit 39f4011
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[0.12.0.2] — August 2023

* Bug fixes:
* [Fix `clockid_t`-related build failures on some platforms](https://github.com/haskell/bytestring/pull/607)

[0.12.0.2]: https://github.com/haskell/bytestring/compare/0.12.0.1...0.12.0.2

[0.12.0.1] — August 2023

* Bug fixes:
Expand Down Expand Up @@ -38,6 +45,13 @@

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

[0.11.5.2] — August 2023

* Bug fixes:
* [Fix `clockid_t`-related build failures on some platforms](https://github.com/haskell/bytestring/pull/607)

[0.11.5.2]: https://github.com/haskell/bytestring/compare/0.11.5.1...0.11.5.2

[0.11.5.1] — August 2023

* Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion bytestring.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: bytestring
Version: 0.12.0.1
Version: 0.12.0.2
Synopsis: Fast, compact, strict and lazy byte strings with a list interface
Description:
An efficient compact, immutable byte string type (both strict and lazy)
Expand Down

0 comments on commit 39f4011

Please sign in to comment.