Skip to content

Commit a348174

Browse files
authored
[LibBrotli] Initial release (#44)
* [LibBrotli] Initial release * Add format to readme
1 parent 3ffc40f commit a348174

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

LibBrotli/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## Unreleased
88

9+
## [v0.1.1](https://github.com/JuliaIO/ChunkCodecs.jl/tree/LibBrotli-v0.1.1) - 2025-05-09
10+
911
### Added
1012

1113
- Initial release

LibBrotli/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ChunkCodecLibBrotli"
22
uuid = "653b0ff7-85b5-4442-93c1-dcc330d3ec7d"
33
authors = ["nhz2 <[email protected]>"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ A consistent Julia interface for lossless encoding and decoding of bytes in memo
2222
| Gzip | .gz RFC1952 | ChunkCodecLibZlib |||
2323
| Deflate | RFC1951 | ChunkCodecLibZlib |||
2424
| BZ2 | .bz2 bzip2 | ChunkCodecLibBzip2 |||
25+
| Brotli | .br RFC7932 | ChunkCodecLibBrotli |||
2526
| Blosc | | ChunkCodecLibBlosc |||
2627

2728
## Simple encoding and decoding

0 commit comments

Comments
 (0)