this repo has no description
commits
Author
Commit
Message
Date
GITHUB_TOKEN events don't trigger downstream workflows, so the
release-plz workflow now dispatches publish.yml directly after
creating a release.
chore: release v0.3.0
Add MultiLevelCompressor that chains compressors together using
threaded pipelines for formats like tar.gz. Includes PipeReader/
PipeWriter for inter-stage streaming, Reader/Writer variants on
CmprssInput/CmprssOutput, and multi-level filename detection in
get_compressor_from_filename.