Skip to content

Commit a1d16f5

Browse files
authored
[LibLz4] v1.0.0 (#82)
1 parent 24987fc commit a1d16f5

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

LibLz4/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/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)

LibLz4/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name = "ChunkCodecLibLz4"
22
uuid = "7e9cc85e-5614-42a3-ad86-b78f920b38a5"
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
Lz4_jll = "5ced341a-0733-55b8-9ab6-a4889d929147"
99

1010
[compat]
11-
ChunkCodecCore = "0.6, 1"
11+
ChunkCodecCore = "1"
1212
Lz4_jll = "1"
1313
julia = "1.6"
1414

LibLz4/README.md

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

3-
## Warning: ChunkCodecLibLz4 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 lz4 C library <https://lz4.org/>
75

0 commit comments

Comments
 (0)