Releases: howtowhale/dvm
1.0.3
- Adds support for arm (#197) by @chenrui333
1.0.2
1.0.1
- Fixed TLS for windows download #187
1.0.0
Yay! v1.0 🎉
We are going with "the big bump" because in June Docker changed their entire way of releasing experimental/edge versions, checksumming releases, tagging releases, publishing release candidates and kind of completely broke dvm.
It took a while (sorry), and some breaking changes were required. The --nocheck
flag has been removed, and we no longer check if the version is valid before attempting to download.
As always, just run dvm upgrade
or brew upgrade dvm
to try it out.
0.9.1
0.9.0
- Support new Docker binary release location #168.
Note: Lots of functionality was broken by the recent changes to how Docker releases new binaries. This is a stopgap release of dvm to enable installing new stable releases that are still supported by Docker. I'm still working on prereleases and edge releases.
0.8.3
0.8.2
0.8.1
0.8.0
This is our first release after moving to our new home at https://howtowhale.github.io/dvm/! 🎉
The documentation and installation have changed a bit. If you are on an older dvm release, run dvm upgrade --version 0.8.0
to get to this intermediate release and from there all future upgrades will look for new releases in the new location. If you run into trouble, repeat the installation steps.
- #152 - Support new Docker release versioning, e.g.
17.3.0-ce
. - Add
--pre
flag todvm list-remote
to allow listing prerelease versions. - Update package name to
github.com/howtowhale/dvm
.