~jplatte/cargo-depgraph

83e149d26d37d14bb8ddd54066a7acd16ab9f880 — Jonas Platte 1 year, 10 months ago fd15b67 v1.4.0
Publish v1.4.0
3 files changed, 8 insertions(+), 2 deletions(-)

M CHANGELOG.md
M Cargo.lock
M Cargo.toml
M CHANGELOG.md => CHANGELOG.md +6 -0
@@ 1,5 1,11 @@
# [unreleased]

# 1.4.0

* Add the `--root` option to specify a subset of a workspace's crates you want
  to get the dependency graph for
* Only include proc-macro crates in the graph if `--build-deps` is used

# 1.3.1

* Upgrade dependencies

M Cargo.lock => Cargo.lock +1 -1
@@ 42,7 42,7 @@ dependencies = [

[[package]]
name = "cargo-depgraph"
version = "1.3.1"
version = "1.4.0"
dependencies = [
 "anyhow",
 "cargo_metadata",

M Cargo.toml => Cargo.toml +1 -1
@@ 1,6 1,6 @@
[package]
name = "cargo-depgraph"
version = "1.3.1"
version = "1.4.0"
authors = ["Jonas Platte <jplatte@posteo.de>"]
license = "GPL-3.0-or-later"
edition = "2021"