- Fix MUSL aarch64 linux releases:
facebook#35
- v0.4.2 was never actually published because of this.
- Added MUSL Linux releases: facebook#34
- Many dependency updates, but key among them is
tar
0.4.40 to 0.4.42.
- Fixed macos builds https://github.com/facebook/dotslash/commit/25cbf80242d8d51d40ae7284738b376e98cbcc1d
- Added support for
.zip
archives: facebook#13 - Added --fetch subcommand facebook#20
- Fixed new clippy lints from Rust 1.77 https://github.com/facebook/dotslash/commit/018ee4cc189a6e7b05b9e53273f5be3cc7a81fd6
- Updated various dependencies
- Added support for
.tar.xz
archives: facebook#12 - Ensure the root of the artifact directory is read-only on UNIX: https://github.com/facebook/dotslash/commit/10faac39bfaad87d293394c58b777bbbc50224c8
aarch64
Linux added to the set of prebuilt releases (though this did not require code changes to DotSlash itself): https://github.com/facebook/dotslash/commit/18f8518b7372f7ab61edcda3b95d434f2cd77247
- Apparently the v0.1.0 create published to crates.io inadvertently contained
the
website/
folder. Addedpackage.include
inCargo.toml
to fix this and republished as v0.2.0. No other code changes.
- Initial version built from the first commit in the repo, following the project announcement.