diff --git a/CHANGELOG.md b/CHANGELOG.md index 270e462..1e53cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Next (TBD) +## v0.4.3 (2024-10-13) + +- Fix MUSL aarch64 linux releases: + + - v0.4.2 was never actually published because of this. + ## v0.4.2 (2024-10-11) - Added MUSL Linux releases: diff --git a/Cargo.lock b/Cargo.lock index 4063591..df6b7ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,7 +243,7 @@ dependencies = [ [[package]] name = "dotslash" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index d4b4d90..2e0497d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "dotslash" -version = "0.4.2" +version = "0.4.3" authors = ["Michael Bolin ", "Andres Suarez "] edition = "2021" rust-version = "1.75"