File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
77## Unreleased
88
9+ ## [ v1.0.0] ( https://github.com/JuliaIO/ChunkCodecs.jl/tree/LibLz4-v1.0.0 ) - 2025-08-30
10+
11+ ### The API is now stable
12+
913## [ v0.3.0] ( https://github.com/JuliaIO/ChunkCodecs.jl/tree/LibLz4-v0.3.0 ) - 2025-08-26
1014
1115- Update to ` ChunkCodecCore ` 0.6 [ #72 ] ( https://github.com/JuliaIO/ChunkCodecs.jl/pull/72 ) [ #73 ] ( https://github.com/JuliaIO/ChunkCodecs.jl/pull/73 )
Original file line number Diff line number Diff line change 11name = " ChunkCodecLibLz4"
22uuid = " 7e9cc85e-5614-42a3-ad86-b78f920b38a5"
33authors = [" nhz2 <nhz2@cornell.edu>" ]
4- version = " 0.3 .0"
4+ version = " 1.0 .0"
55
66[deps ]
77ChunkCodecCore = " 0b6fb165-00bc-4d37-ab8b-79f91016dbe1"
88Lz4_jll = " 5ced341a-0733-55b8-9ab6-a4889d929147"
99
1010[compat ]
11- ChunkCodecCore = " 0.6, 1"
11+ ChunkCodecCore = " 1"
1212Lz4_jll = " 1"
1313julia = " 1.6"
1414
Original file line number Diff line number Diff line change 11# ChunkCodecLibLz4
22
3- ## Warning: ChunkCodecLibLz4 is currently a WIP and its API may drastically change at any time.
4-
53This package implements the ChunkCodec interface for the following encoders and decoders
64using the lz4 C library < https://lz4.org/ >
75
You can’t perform that action at this time.
0 commit comments