Read versions from Cargo.toml ref #3 #11

Merged
cadey merged 4 commits from cargo-version into main 2020-10-25 19:21:31 +00:00
3 changed files with 6 additions and 2 deletions
Showing only changes of commit 9ad6a78579 - Show all commits

View File

@ -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.

2
Cargo.lock generated
View File

@ -359,7 +359,7 @@ dependencies = [
[[package]]
name = "gitea-release"
version = "0.5.2"
version = "0.7.0"
dependencies = [
"anyhow",
"cargo_toml",

View File

@ -1,6 +1,6 @@
[package]
name = "gitea-release"
version = "0.5.2"
version = "0.7.0"
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"