Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions LibZstd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

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

### The API is now stable

## [v0.3.0](https://github.com/JuliaIO/ChunkCodecs.jl/tree/LibZstd-v0.3.0) - 2025-08-26

- Update to `ChunkCodecCore` 0.6 [#72](https://github.com/JuliaIO/ChunkCodecs.jl/pull/72) [#73](https://github.com/JuliaIO/ChunkCodecs.jl/pull/73)
Expand Down
6 changes: 3 additions & 3 deletions LibZstd/Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "ChunkCodecLibZstd"
uuid = "55437552-ac27-4d47-9aa3-63184e8fd398"
authors = ["nhz2 <nhz2@cornell.edu>"]
version = "0.3.0"
version = "1.0.0"

[deps]
ChunkCodecCore = "0b6fb165-00bc-4d37-ab8b-79f91016dbe1"
Zstd_jll = "3161d3a3-bdf6-5164-811a-617609db77b4"

[compat]
ChunkCodecCore = "0.6, 1"
Zstd_jll = "1.5.6"
ChunkCodecCore = "1"
Zstd_jll = "1.5"
julia = "1.6"

[workspace]
Expand Down
2 changes: 0 additions & 2 deletions LibZstd/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# ChunkCodecLibZstd

## Warning: ChunkCodecLibZstd is currently a WIP and its API may drastically change at any time.

This package implements the ChunkCodec interface for the following encoders and decoders
using the zstd C library <www.zstd.net>

Expand Down
Loading