diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca64b7..2908ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [unreleased] +## [0.7.0] ### Added diff --git a/Cargo.lock b/Cargo.lock index 40ba25d..0d31a7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -800,7 +800,7 @@ dependencies = [ [[package]] name = "ptr" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 094dee0..0a4c92b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ptr" -version = "0.6.0" +version = "0.7.0" edition = "2021" [dependencies]