File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed 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/LibZstd-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/LibZstd-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 = " ChunkCodecLibZstd"
22uuid = " 55437552-ac27-4d47-9aa3-63184e8fd398"
33authors = [" nhz2 <nhz2@cornell.edu>" ]
4- version = " 0.3 .0"
4+ version = " 1.0 .0"
55
66[deps ]
77ChunkCodecCore = " 0b6fb165-00bc-4d37-ab8b-79f91016dbe1"
88Zstd_jll = " 3161d3a3-bdf6-5164-811a-617609db77b4"
99
1010[compat ]
11- ChunkCodecCore = " 0.6, 1"
12- Zstd_jll = " 1.5.6 "
11+ ChunkCodecCore = " 1"
12+ Zstd_jll = " 1.5"
1313julia = " 1.6"
1414
1515[workspace ]
Original file line number Diff line number Diff line change 11# ChunkCodecLibZstd
22
3- ## Warning: ChunkCodecLibZstd 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 zstd C library <www.zstd.net>
75
You can’t perform that action at this time.
0 commit comments