this is part of the patches now.
- Update to version 0.13.0:
* Fix formatting
* Move the clap def structs to separate file
* change wording for comment for help text
* format: run cargo fmt.
* improvement: new message for `juliaup self uninstall command` if feature
`selfupdate` is disabled
* cleanup: add a period for each info/error messages.
* refactor: remove redundant versiondb_data. also remove
versiondb_data.available_versions since users cant access those
* Fix usage of drop
* Update all deps
* Replace unmaintained action-rs actions
* Don't detect ttyname if it is not needed
* Describe 'julia +channel' after primary help text
* juliaup-init.sh: backport changes from rustup
* fixup: message should be more clear and generic
* Try removing an unused import.
* Only register the CTRL-C handler when it's safe to do so.
* Format code.
* Use double fork to prevent zombies.
* launcher: replace parent process on supported platforms.
* fix other error messages as well
* fix error message on tests channel selection
* fix an oopsie on one of the messages
* run cargo fmt
* remove redundant use
* remove comment. irrelevant and unrelated now
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=89
- Update to version 1.12.5:
* Handle an error condition correctly
* Return full 32 bit exit code from julialauncher
* Update deps
* follow symlinks
* Sort versions in status output in natural order.
* Bump actions/checkout from 3 to 4
* Change triggers for rust fmt workflow
* Run `cargo fmt` and check in the results
* Update deps
* Update deps
* Move script around
* Update deps
* Human sort channel list
* Remove license dialog from MSI installer
* Update deps
* Update deps
* fix banner bg color
* fix 491 to 493px wide
* bitmaps for msi installer
* Change to JULIAUP_DEPOT_PATH
* Update LICENSE
* Fix release.yml bug
* Build portable versions
* Fix gnu toolchain
* Install correct mingw toolchain
* Pick more specific toolchains
* Add more fine control over binary creation
* Update README
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=80
* Add all binaries to Cargo.toml
* Build everythin before running tests
* Add metadata to Cargo.toml
* Exclude some files from package
* Only buildnecessary binaries in release workflow
* Added a bit more error messages
* Fix warning about symlink folder not being on PATH
* Absolutize path for link command
* chore: Release juliaup version 1.10.0
* Add override documentation to README
* Rename `override list` to `override status`
* Add override tests
* Prevent deletion of channel that is used in override
* Format paths nicer on Windows
* Use override in launcher
* Add basic override management
* Add basic override scaffolding
* Add docs for JULIAUP_CHANNEL
* Go back to simpler error implementation
* Add tests for channel selection
* Add JULIAUP_CHANNEL env var
* Add SOCKS5 support on Linux/Mac
* Use more standard syntax
* Commit Cargo.lock
* Fix formatting
* Simplify http get request
* Revert test.yml changes
* Use reqwest
* use optional input
OBS-URL: https://build.opensuse.org/package/show/science/juliaup?expand=0&rev=74