Releases: chawyehsu/moonup
Releases · chawyehsu/moonup
v0.2.3
0.2.3 (2025-03-31)
Bug Fixes
- replace URL construction with build_dist_server_api utility (1b22000)
v0.2.2
0.2.2 (2025-02-12)
Features
Bug Fixes
- handle internal bins and link include dir (#81) (a5bbc7a)
- moonup-shim: remove obsolete arg (cf41426)
- spread toolchain spec down via env var (bdfe90f)
- spread toolchain spec in moonup run command (65c2f1e)
v0.2.1
0.2.1 (2025-02-06)
⚠ BREAKING CHANGES
- add self-update command (
moonup update --no-self-update
option was removed)
Features
- add self-update command (6013b63)
- moonup-shim: support toolchain input from cmd args (close #67) (c95adbf)
Bug Fixes
- correct component install dir (ca3b059)
- delete obsolete files before new installation (27fad08)
- handle async issue in self-update by using spawn_blocking (78963d3)
- tests: move selfupdate test to feature test-liveinstall (38c171b)
- tests: update tests (e3fa537)
v0.2.0
0.2.0 (2025-01-07)
⚠ BREAKING CHANGES
- Add
MOONUP_DIST_SERVER
support
- new implementation against the new server api (#50)
Features
- cli/default: show nightly installs (80ddac9)
- cli/pin: show nightly installs (80ddac9)
- cli/show: show nightly installs (80ddac9)
- dev: add tests (#59) (92736c5)
- new implementation against the new server api (#50) (8730d35)
- subcommands: reflect new implementation (80ddac9)
Code Refactoring
- Add
MOONUP_DIST_SERVER
support (f5013e4), closes #50
v0.1.6
0.1.6 (2025-01-06)
Bug Fixes
v0.1.5
0.1.5 (2025-01-02)
Features
- support new toolchain archive layout (#47) (b852702)
v0.1.4
0.1.4 (2024-12-26)
Features
- cli: add aliases for the show command (e429289)
- cli: set max length for select dialogs (2de5ad8)
Bug Fixes
- cli: show command should list active toolchain (ee2fefc)
- filter out non executables when creating shims (ccee680)
- handle unsuccessful http responses in url_to_reader (077a715)
v0.1.3
0.1.3 (2024-10-18)
Features
- moonup-shim: implement
moon upgrade
interception (#14) (b8f118b)
- moonup: support
MOONUP_TOOLCHAIN_INDEX
configuration (ece4859)
Bug Fixes
- moonup-shim: fix shim name checking on windows (6d78280)
v0.1.2
0.1.2 (2024-09-18)
Bug Fixes
- install: Delete obsolete files before new installation (Close #15) (6dffcc7)
- install: Filter out non exe files in
bin
on Windows (79ee083)
v0.1.1
0.1.1 (2024-08-01)
Features
- Support
moonup install
using pinned version #12 (857cadc)
Bug Fixes
- Print help when
moonup pin
missing toolchain version (1f3dd90)