Skip to content

Commit 4343c2a

Browse files
committed
[LibLz4] Bump to version 0.2.1
1 parent e04d89e commit 4343c2a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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+
## [v0.2.1](https://github.com/JuliaIO/ChunkCodecs.jl/tree/LibLz4-v0.2.1) - 2025-05-25
10+
11+
- Added support for LZ4 HDF5 [#27](https://github.com/JuliaIO/ChunkCodecs.jl/pull/27)
12+
913
## [v0.2.0](https://github.com/JuliaIO/ChunkCodecs.jl/tree/LibLz4-v0.2.0) - 2025-05-23
1014

1115
- Update to `ChunkCodecCore` 0.5 [#45](https://github.com/JuliaIO/ChunkCodecs.jl/pull/45)

LibLz4/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ChunkCodecLibLz4"
22
uuid = "7e9cc85e-5614-42a3-ad86-b78f920b38a5"
33
authors = ["nhz2 <[email protected]>"]
4-
version = "0.2.0"
4+
version = "0.2.1"
55

66
[deps]
77
ChunkCodecCore = "0b6fb165-00bc-4d37-ab8b-79f91016dbe1"

0 commit comments

Comments
 (0)