Breaking change
We removed the --latest
command line flag from the use
and install
commands. Instead, specify latest
when providing an argument to these commands. See below.
Version argument
You can now provide an optional version argument when calling the use
and install
commands.
To use a specific version:
hvm use 0.139.4
To use the latest version:
hvm use latest
To install a specific version:
hvm install 0.139.4
To install the latest version:
hvm install latest
You may also prepend the letter v
to the version string. For example:
hvm use v0.139.4
hvm install v0.139.4
Changelog
- 74b55cc all: Miscellaneous tweaks and edits
- 79356c7 build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.3
- cd4d8b6 build(deps): bump github.com/rogpeppe/go-internal from 1.12.0 to 1.13.1
- 8e85881 build(deps): bump golang.org/x/mod from 0.19.0 to 0.20.0
- 6d4e68a build(deps): bump golang.org/x/mod from 0.20.0 to 0.21.0
- 3e5fc6a build(deps): bump golang.org/x/mod from 0.21.0 to 0.22.0
- b030390 build(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.22.0
- 2d65a1b build(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0
- 2257fde build(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0
- afcd4e6 cmd/all: Accept version argument for the install and use commands
- 4c9c15d misc: Update demonstration
- 1aba3e3 misc: Update demonstration
- 1689fd6 misc: Update demonstration
- 4a43a76 misc: Update test workflow
- e54f7e1 pkg/archive: Fix error handling