Skip to content

0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 16:55
· 7 commits to main since this release
0.7.0
011b6c2

Added

Install multiple executables from tar/zip archives in one command (#234, thanks @duong-dt for the initial implementation).

You can now specify -I/--install-file option multiple times:

$ dra download -s helloworld-many-executables-unix.tar.gz -I helloworld-v2 -I random-script devmatteini/dra-tests
# [...]
Extracted archive executable to '/home/<user>/helloworld-v2'
Extracted archive executable to '/home/<user>/random-script'
Installation completed!

Note that the following syntax is not valid as it's not backward compatible:

dra download -s helloworld-many-executables-unix.tar.gz -I helloworld-v2 random-script devmatteini/dra-tests
#                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#                                                       you can't pass space-separated values to -I

When you install multiple executables, --output must be a directory path.

Updated dependencies

  • bump serde from 1.0.210 to 1.0.214
  • bump clap from 4.5.18 to 4.5.20
  • bump clap_complete from 4.5.29 to 4.5.34