version bump
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cadey Ratio 2020-10-25 15:06:11 -04:00
parent a49864c419
commit 9ad6a78579
3 changed files with 6 additions and 2 deletions

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"