Releases: bootandy/dust
Releases Β· bootandy/dust
v1.2.3
v1.2.2
release: increment version
v1.2.1
version: increment version
v1.2.0
release: increment version (#485)
v1.1.2
release: Increment version
v1.1.1
docs: update release procedure Previously I accidentally tagged a release before building it leading to an out of date Cargo.lock file.
v1.1.0
has out of date lock file and a performance degradation. Will release v1.1.1 shortly
v1.0.0
version: increment version
v0.9.0
Migrated to clap4. Command line flags must appear before arguments:
- Good: /dust -X debug target
- Bad: . /dust target -X debug
Bars on right by default (change with new Flag -B)
Add flag -S (for Custom Stack size) - incase dust crashes with memory allocation error.
Add flat -I (--ignore-all-in-file) - Ignore all regexs in this file.
Clearer errors on file not found.
v0.8.6
Increment version Request for security fix https://github.com/bootandy/dust/issues/324