File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## Unreleased
8
8
9
+ ## [ v0.1.1] ( https://github.com/JuliaIO/ChunkCodecs.jl/tree/LibBrotli-v0.1.1 ) - 2025-05-09
10
+
9
11
### Added
10
12
11
13
- Initial release
Original file line number Diff line number Diff line change 1
1
name = " ChunkCodecLibBrotli"
2
2
uuid = " 653b0ff7-85b5-4442-93c1-dcc330d3ec7d"
3
3
authors = [
" nhz2 <[email protected] >" ]
4
- version = " 0.1.0 "
4
+ version = " 0.1.1 "
5
5
6
6
[deps ]
7
7
ChunkCodecCore = " 0b6fb165-00bc-4d37-ab8b-79f91016dbe1"
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ A consistent Julia interface for lossless encoding and decoding of bytes in memo
22
22
| Gzip | .gz RFC1952 | ChunkCodecLibZlib | ✅ | ✅ |
23
23
| Deflate | RFC1951 | ChunkCodecLibZlib | ✅ | ✅ |
24
24
| BZ2 | .bz2 bzip2 | ChunkCodecLibBzip2 | ✅ | ✅ |
25
+ | Brotli | .br RFC7932 | ChunkCodecLibBrotli | ✅ | ✅ |
25
26
| Blosc | | ChunkCodecLibBlosc | ✅ | ✅ |
26
27
27
28
## Simple encoding and decoding
You can’t perform that action at this time.
0 commit comments