Skip to content

Commit

Permalink
Bump version to 0.7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Feb 7, 2024
1 parent 77c7656 commit 90c7af5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
See also http://pvp.haskell.org/faq

0.7.0.0 Bodigrim <andrew.lelechenko@gmail.com> TBD
0.7.0.0 Bodigrim <andrew.lelechenko@gmail.com> February 2024

* Bump bundled `zlib` to 1.3.1.
* Hide deprecated constructors of `CompressionLevel`, `Method`, `WindowBits`,
`MemoryLevel`, `CompressionStrategy` and `Format`.
* Make `WindowBits`, `MemoryLevel` and `CompressionLevel` newtypes over `Int`.
* Add smart constructors `rleStrategy` and `fixedStrategy`.
* Add assorted `Eq`, `Ord`, `Typeable` and `Generic` instances.
* Make flag `pkg-config` automatic and on by default.
Expand All @@ -14,9 +15,6 @@ See also http://pvp.haskell.org/faq
* Export `DecompressError` from non-internal modules.
* Fix compression/decompression of `ByteString` chunks > 4G.
* Flip flag `non-blocking-ffi` to be `True` be default.
* Make `WindowBits` a newtype over `Int`.
* Make `MemoryLevel` a newtype over `Int`.
* Make `CompressionLevel` a newtype over `Int`.

0.6.3.0 Bodigrim <andrew.lelechenko@gmail.com> May 2022

Expand Down
2 changes: 1 addition & 1 deletion zlib.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >= 1.10
name: zlib
version: 0.6.3.0
version: 0.7.0.0

copyright: (c) 2006-2016 Duncan Coutts
license: BSD3
Expand Down

0 comments on commit 90c7af5

Please sign in to comment.