Releases: dotboris/alt
Releases · dotboris/alt
v1.5.1
v1.5.0
v1.4.0
Added
- Add pre-built ARM binaries for Linux
- Add pre-built ARM binaries for MacOS
v1.3.1
Changed
- Update
[email protected]crate to0.6.4. The previous version we were using
has been yanked fromcrates.io.
v1.3.0
Added
- Add man pages. Users will now be able to run
man altas well asman alt-{subcommand}in order to get documentationaltand its subcommands.
Changed
- Migrate to Rust 2021 Edition. This should have no effect on users but may
affect people building from source. - Migrate to
clap@v4. This changes the way the help text is rendered. In terms
of behavior, nothing should change. - Change some of the errors management to use the
anyhowcrate. This should make the errors
affected by this change clearer and give more context. - Rewrite how command versions are managed internally. This is a purely internal
change and should not affect users in any way.
Fixed
- Ensure
alt defalways stores the binary path it is given as an absolute
path. This fixes an issue wherealtwould fail to run a command version if
it was defined using a relative path.
(#274)
v1.2.1
Changed
- Rename default branch from
mastertomain. This should have no effect on
users but may affect people building from source.
Fixed
- Fixed typo in help text for the
alt usecommand.