Skip to content

Releases: bootandy/dust

v1.2.3

31 Jul 21:39
Compare
Choose a tag to compare
version: increment version

v1.2.2

06 Jul 08:47
Compare
Choose a tag to compare
release: increment version

v1.2.1

04 Jun 19:14
Compare
Choose a tag to compare
version: increment version

v1.2.0

01 Apr 22:33
646cdd9
Compare
Choose a tag to compare
release: increment version (#485)

v1.1.2

27 Feb 22:10
Compare
Choose a tag to compare
release: Increment version

v1.1.1

17 Jul 18:38
Compare
Choose a tag to compare
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

16 Jul 21:05
Compare
Choose a tag to compare

has out of date lock file and a performance degradation. Will release v1.1.1 shortly

v1.0.0

25 Mar 22:44
Compare
Choose a tag to compare
version: increment version

v0.9.0

09 Jan 23:07
Compare
Choose a tag to compare

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

05 May 19:59
Compare
Choose a tag to compare
Increment version

Request for security fix
https://github.com/bootandy/dust/issues/324