Skip to content

Commit 0061b33

Browse files
authored
[LibZlib] v1.1.0 (#91)
1 parent e4adc29 commit 0061b33

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

LibZlib/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## Unreleased
88

9+
## [v1.1.0](https://github.com/JuliaIO/ChunkCodecs.jl/tree/LibZlib-v1.1.0) - 2026-07-06
10+
911
- Added `strategy` keyword argument to `ZlibEncodeOptions`, `DeflateEncodeOptions`, and `GzipEncodeOptions` to expose zlib's compression strategy (`Z_DEFAULT_STRATEGY`, `Z_FILTERED`, `Z_HUFFMAN_ONLY`, `Z_RLE`, `Z_FIXED`).
1012

1113
## [v1.0.0](https://github.com/JuliaIO/ChunkCodecs.jl/tree/LibZlib-v1.0.0) - 2025-08-29

LibZlib/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ChunkCodecLibZlib"
22
uuid = "4c0bbee4-addc-4d73-81a0-b6caacae83c8"
33
authors = ["nhz2 <nhz2@cornell.edu>"]
4-
version = "1.1.0-dev"
4+
version = "1.1.0"
55

66
[deps]
77
ChunkCodecCore = "0b6fb165-00bc-4d37-ab8b-79f91016dbe1"

0 commit comments

Comments
 (0)