Skip to content

Commit 873dda9

Browse files
committed
[LibZstd] Bump to version 0.2.0
1 parent b16789e commit 873dda9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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+
## [v0.2.0](https://github.com/JuliaIO/ChunkCodecs.jl/tree/LibZstd-v0.2.0) - 2025-05-23
10+
11+
- Update to `ChunkCodecCore` 0.5 [#45](https://github.com/JuliaIO/ChunkCodecs.jl/pull/45)
12+
913
## [v0.1.2](https://github.com/JuliaIO/ChunkCodecs.jl/tree/LibZstd-v0.1.2) - 2025-04-06
1014

1115
- Added support for Julia 1.10 [#33](https://github.com/JuliaIO/ChunkCodecs.jl/pull/33)

LibZstd/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ChunkCodecLibZstd"
22
uuid = "55437552-ac27-4d47-9aa3-63184e8fd398"
33
authors = ["nhz2 <[email protected]>"]
4-
version = "0.1.2"
4+
version = "0.2.0"
55

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

0 commit comments

Comments
 (0)