diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e53cc7..fea9f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## Next (TBD) +## v0.5.0 (2025-01-13) + +- Added `arg0` artifact entry config field: + +- MSRV 1.83. ## v0.4.3 (2024-10-13) diff --git a/Cargo.lock b/Cargo.lock index 81027d2..6af6ace 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -284,7 +284,7 @@ dependencies = [ [[package]] name = "dotslash" -version = "0.4.3" +version = "0.5.0" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 268f442..ec49e1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,10 @@ [package] name = "dotslash" -version = "0.4.3" +version = "0.5.0" authors = ["Michael Bolin ", "Andres Suarez "] edition = "2021" -rust-version = "1.75" +rust-version = "1.83" description = "Command-line tool to facilitate fetching an executable, caching it, and then running it." readme = "README.md" homepage = "https://dotslash-cli.com"