diff --git a/CHANGELOG.md b/CHANGELOG.md index 96cf02a..e7c31bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 1.4.6 - 2023-06-10 - Avoid dependency on the VC++ Redistributable on Windows (#97) diff --git a/Cargo.lock b/Cargo.lock index 1286849..32964c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -393,7 +393,7 @@ checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" [[package]] name = "elan" -version = "1.4.5" +version = "1.4.6" dependencies = [ "clap", "download", diff --git a/Cargo.toml b/Cargo.toml index 36d84b8..ff98863 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "elan" -version = "1.4.5" +version = "1.4.6" authors = [ "Sebastian Ullrich " ] description = "Manage multiple Lean installations with ease" publish = false