Releases: TheAlgorythm/zsplit
Releases · TheAlgorythm/zsplit
v0.4.0
What's Changed
- renamed
zsplit::split::split_round_robin
tozsplit::split::round_robin
but the aliaszsplit::prelude::split_round_robin
remains unaffected - improved Quality Management
- better CI by @TheAlgorythm in #16
- add + fix lints by @TheAlgorythm in #32
- updated dependencies
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- use error-stack by @TheAlgorythm in #13
- GPL-3.0-or-later -> GPL-3.0-only by @TheAlgorythm in #15
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- API Refactor by @TheAlgorythm in #2
- Transform to Workspace by @TheAlgorythm in #10
Full Changelog: v0.2.1...v0.3.0
v0.2.1
- added package excludes
- added exitcodes
- improved panic handling
- added end to end tests
- used stabilised clap
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- added stdin support
seq 10 | zsplit - a b
- improved UX
- changed destinations to a positional parameter
- improved consistency
v0.1.1
- fixed clippy lints
- added tests
- better README.md