Skip to content

Commit 2fc3813

Browse files
authored
[LibZstd] v1.0.0 (#83)
1 parent a1d16f5 commit 2fc3813

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

LibZstd/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

LibZstd/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name = "ChunkCodecLibZstd"
22
uuid = "55437552-ac27-4d47-9aa3-63184e8fd398"
33
authors = ["nhz2 <nhz2@cornell.edu>"]
4-
version = "0.3.0"
4+
version = "1.0.0"
55

66
[deps]
77
ChunkCodecCore = "0b6fb165-00bc-4d37-ab8b-79f91016dbe1"
88
Zstd_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"
1313
julia = "1.6"
1414

1515
[workspace]

LibZstd/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# ChunkCodecLibZstd
22

3-
## Warning: ChunkCodecLibZstd is currently a WIP and its API may drastically change at any time.
4-
53
This package implements the ChunkCodec interface for the following encoders and decoders
64
using the zstd C library <www.zstd.net>
75

0 commit comments

Comments
 (0)