8000 Releases · jmooring/hvm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: jmooring/hvm

v0.8.3

08 Jun 23:40
22c2428
Compare
Choose a tag to compare

There are no functional changes in this release.

Changelog

  • 8acc33e build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4
  • fab3187 build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1
  • 3646b37 build(deps): bump github.com/spf13/viper from 1.19.0 to 1.20.0
  • ab71d7e build(deps): bump github.com/spf13/viper from 1.20.0 to 1.20.1
  • 210359e build(deps): bump golang.org/x/mod from 0.22.0 to 0.23.0
  • 5be2bd2 build(deps): bump golang.org/x/mod from 0.23.0 to 0.24.0
  • e12f669 build(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0
  • d5a0241 build(deps): bump golang.org/x/oauth2 from 0.27.0 to 0.28.0
  • 5411074 build(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0
  • 9c3348b build(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0
  • a2e1429 build: Bump go from 1.24.0 to 1.24.4
  • 0cbb526 cmd/testscripts: Update for Go 1.24
  • e58f54c cmd/use: Improve short use command description
  • 469e53b misc: Update README
  • 4234b0a misc: Update demonstration
  • 5db1aba misc: Update test workflow
  • 8f1dde3 pkg/helpers: Minor improvements
  • 8404313 pkg/helpers: Remove unused functions
  • 22c2428 pkg/helpers: Use os.CopyFS to copy directory content

v0.8.2

03 Feb 22:32
0fe67b3
Compare
Choose a tag to compare

Changelog

  • 0fe67b3 cmd/aliases: Fix Z shell alias

v0.8.1

29 Jan 20:14
ca87421
Compare
Choose a tag to compare

Changelog

  • ceccd99 all: Minor refactoring
  • 5d56dbe build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.3
  • 9ea11a9 build(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0
  • ca87421 misc: Update README to include required Go version
  • 8cd438a misc: Update deps and relax minimum go version
  • 5515f02 misc: Update goreleaser config

v0.8.0

14 Dec 00:48
4c9c15d
Compare
Choose a tag to compare

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

v0.7.1

22 Jul 13:42
e446251
Compare
Choose a tag to compare

Changelog

  • 0fc91fe build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1
  • 80a555d build(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0
  • db8514f build(deps): bump golang.org/x/mod from 0.17.0 to 0.18.0
  • a4c5949 build(deps): bump golang.org/x/mod from 0.18.0 to 0.19.0
  • fb07bb8 build(deps): bump golang.org/x/oauth2 from 0.20.0 to 0.21.0
  • e446251 cmd/aliases: Fix zsh alias creation

v0.7.0

26 May 17:40
a389db4
Compare
Choose a tag to compare

Changelog

  • 02bc330 build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0
  • bb62786 build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1
  • 2c6028e build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2
  • f54e02b build(deps): bump golang.org/x/mod from 0.16.0 to 0.17.0
  • 3916c95 build(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0
  • 1499a5d build(deps): bump golang.org/x/oauth2 from 0.19.0 to 0.20.0
  • bb2a65d cmd/all: Add --latest flag to the install and use commands
  • a389db4 cmd/testscript: Add tests for --latest flag

v0.6.1

16 Mar 17:40
5e6a727
Compare
Choose a tag to compare

Changelog

  • 78170c3 all: Reformat with gofumpt
  • 0adfa2e build(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2
  • 5ced486 build(deps): bump golang.org/x/mod from 0.14.0 to 0.15.0
  • 94bbf50 build(deps): bump golang.org/x/mod from 0.15.0 to 0.16.0
  • 718ae15 build(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0
  • ab59037 build(deps): bump golang.org/x/oauth2 from 0.16.0 to 0.17.0
  • 1edd49e build(deps): bump golang.org/x/oauth2 from 0.17.0 to 0.18.0
  • 5e6a727 build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0
  • a205036 misc: Update demonstration
  • e4865f5 misc: Update test workflow

v0.6.0

23 Dec 03:30
436313c
Compare
Choose a tag to compare

Breaking change

By default, recent releases displayed when running hvm use and hvm install are now sorted in descending order instead of ascending order. To revert to the earlier behavior, set the sortAscending configuration option to true.

Changelog

  • b28728e build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1
  • f2fc3c1 build(deps): bump github.com/rogpeppe/go-internal from 1.11.0 to 1.12.0
  • 5c994ce build(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.1
  • 451ccf5 build(deps): bump golang.org/x/oauth2 from 0.13.0 to 0.15.0
  • 944c67b cmd/all: List releases in descending order
  • 436313c misc: Update README
  • 3a37594 misc: Update test workflow
  • 765ee3a misc: Update test workflow

v0.5.2

06 Nov 04:46
6edf1f2
Compare
Choose a tag to compare

Changelog

  • 87c98ee build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0
  • cbfe4ff build(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0
  • 98703e4 build(deps): bump golang.org/x/mod from 0.12.0 to 0.13.0
  • 6edf1f2 build(deps): bump golang.org/x/mod from 0.13.0 to 0.14.0
  • 7f29218 build(deps): bump golang.org/x/net from 0.16.0 to 0.17.0
  • 45a66da build(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.13.0
  • 4e19f1a misc: Update README
  • 67cc451 misc: Update demonstration

v0.5.1

27 Sep 21:54
5b58bf0
Compare
Choose a tag to compare

Changelog

  • 5b58bf0 cmd/use: Ignore numTagsToDisplay with useVersionInDotFile flag
0