Is your feature request related to a problem? Please describe.
I like to control when I adopt stable versions (e.g. 3.38 → 3.41). However, as I generally want to stay up-to-date with patches (e.g. 3.38.9 → 3.38.10), I currently have to install a specific patch version and then uninstall the previous patch version. There is no way to install “latest 3.38.x” if "stable" has moved to a new minor version.
This makes it awkward to keep multiple minor versions side-by-side (e.g. 3.38.x and 3.41.x) without manually installing each patch release as it appears.
Describe the solution you'd like
Support fvm install 3.38 and install the latest, with fvm list indicating when a new patch level is available.
Is your feature request related to a problem? Please describe.
I like to control when I adopt stable versions (e.g. 3.38 → 3.41). However, as I generally want to stay up-to-date with patches (e.g. 3.38.9 → 3.38.10), I currently have to install a specific patch version and then uninstall the previous patch version. There is no way to install “latest 3.38.x” if "stable" has moved to a new minor version.
This makes it awkward to keep multiple minor versions side-by-side (e.g. 3.38.x and 3.41.x) without manually installing each patch release as it appears.
Describe the solution you'd like
Support
fvm install 3.38and install the latest, withfvm listindicating when a new patch level is available.