diff --git a/Cargo.lock b/Cargo.lock index 0645b0a0..f1d750ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -821,7 +821,7 @@ dependencies = [ [[package]] name = "sheldon" -version = "0.6.6" +version = "0.7.0" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 50986edc..e894a58f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sheldon" -version = "0.6.6" +version = "0.7.0" authors = ["Ross MacArthur "] edition = "2018" description = "Fast, configurable, shell plugin manager." diff --git a/RELEASES.md b/RELEASES.md index ebf5d894..9fcc01d0 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,7 +2,7 @@ ## 0.7.0 -*Unreleased* +*October 13th, 2022* ### Breaking changes