From 83e149d26d37d14bb8ddd54066a7acd16ab9f880 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 23 Nov 2022 13:24:05 +0100 Subject: [PATCH] Publish v1.4.0 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1b3d34..4e2218d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 24f9ddb..6cd9de2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,7 +42,7 @@ dependencies = [ [[package]] name = "cargo-depgraph" -version = "1.3.1" +version = "1.4.0" dependencies = [ "anyhow", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index 51b7b09..ffddff3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-depgraph" -version = "1.3.1" +version = "1.4.0" authors = ["Jonas Platte "] license = "GPL-3.0-or-later" edition = "2021" -- 2.45.2