Skip to content

[LibBrotli] Initial release #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions LibBrotli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

## [v0.1.1](https://github.com/JuliaIO/ChunkCodecs.jl/tree/LibBrotli-v0.1.1) - 2025-05-09

### Added

- Initial release
2 changes: 1 addition & 1 deletion LibBrotli/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ChunkCodecLibBrotli"
uuid = "653b0ff7-85b5-4442-93c1-dcc330d3ec7d"
authors = ["nhz2 <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
ChunkCodecCore = "0b6fb165-00bc-4d37-ab8b-79f91016dbe1"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ A consistent Julia interface for lossless encoding and decoding of bytes in memo
| Gzip | .gz RFC1952 | ChunkCodecLibZlib | ✅ | ✅ |
| Deflate | RFC1951 | ChunkCodecLibZlib | ✅ | ✅ |
| BZ2 | .bz2 bzip2 | ChunkCodecLibBzip2 | ✅ | ✅ |
| Brotli | .br RFC7932 | ChunkCodecLibBrotli | ✅ | ✅ |
| Blosc | | ChunkCodecLibBlosc | ✅ | ✅ |

## Simple encoding and decoding
Expand Down