[package]
name = "release-plz"
version = "0.2.21"
edition = "2021"
description = "Update version and changelog based on semantic versioning and conventional commits"
repository = "https://github.com/MarcoIeni/release-plz"
license = "MIT OR Apache-2.0"
readme = "../../README.md"
keywords = ["release", "please", "semver", "conventional", "commits"]
categories = ["command-line-utilities", "development-tools"]
[dependencies]
release_plz_core = { path = "../release_plz_core", version = "0.2.19" }
git_cmd = { path = "../git_cmd", version = "0.2.1" }
anyhow = "1.0.66"
chrono = { version = "0.4.22", features = ["clock"], default-features = false }
clap = { version = "4.0.18", features = ["derive", "env"] }
secrecy = "0.8.0"
tokio = { version = "1.19.2", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
tracing-log = "0.1.3"
url = "2.3.0"
dirs = "4.0.0"
git-cliff-core = "0.8.1"
git-url-parse = "0.4.3"
clap_complete = "4.0.3"