diff --git a/CHANGELOG.md b/CHANGELOG.md index 68bfd08..3bf571e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.7.0 + +Support reading version data from `Cargo.toml` + ## 0.6.1 Fixed a logic error in release cutting. diff --git a/Cargo.lock b/Cargo.lock index cc55451..17b6a1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -359,7 +359,7 @@ dependencies = [ [[package]] name = "gitea-release" -version = "0.5.2" +version = "0.7.0" dependencies = [ "anyhow", "cargo_toml", diff --git a/Cargo.toml b/Cargo.toml index 4f66602..f8a42f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitea-release" -version = "0.5.2" +version = "0.7.0" authors = ["Christine Dodrill "] edition = "2018"