From 3f8ec2da3476fecf02240863024e06fc45ebf67f Mon Sep 17 00:00:00 2001 From: Thane Thomson Date: Tue, 5 Dec 2023 11:05:57 -0500 Subject: [PATCH] Release v0.7.1, take 2 (#156) * Prepare v0.7.1 changelog Signed-off-by: Thane Thomson * unclog build Signed-off-by: Thane Thomson * Bump version to v0.7.1 Signed-off-by: Thane Thomson * cargo update Signed-off-by: Thane Thomson --------- Signed-off-by: Thane Thomson --- .../153-condense-find-dups-output.md | 0 .changelog/v0.7.1/summary.md | 4 +++ CHANGELOG.md | 14 ++++++++ Cargo.lock | 34 +++++++++---------- Cargo.toml | 2 +- 5 files changed, 36 insertions(+), 18 deletions(-) rename .changelog/{unreleased => v0.7.1}/enhancements/153-condense-find-dups-output.md (100%) create mode 100644 .changelog/v0.7.1/summary.md diff --git a/.changelog/unreleased/enhancements/153-condense-find-dups-output.md b/.changelog/v0.7.1/enhancements/153-condense-find-dups-output.md similarity index 100% rename from .changelog/unreleased/enhancements/153-condense-find-dups-output.md rename to .changelog/v0.7.1/enhancements/153-condense-find-dups-output.md diff --git a/.changelog/v0.7.1/summary.md b/.changelog/v0.7.1/summary.md new file mode 100644 index 0000000..57cf6e2 --- /dev/null +++ b/.changelog/v0.7.1/summary.md @@ -0,0 +1,4 @@ +*Dec 5, 2023* + +A small release to improve the readability of the `find-duplicates` command's +output. diff --git a/CHANGELOG.md b/CHANGELOG.md index 070e7b8..1d49421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## v0.7.1 + +*Dec 5, 2023* + +A small release to improve the readability of the `find-duplicates` command's +output. + +### ENHANCEMENTS + +- Condense `find-duplicates` output by not outputting `.changelog` + directory path by default. To include the `.changelog` folder path, + use the `--include-changelog-path` flag when calling `find-duplicates` + ([\#153](https://github.com/informalsystems/unclog/pull/153)) + ## v0.7.0 *Dec 3, 2023* diff --git a/Cargo.lock b/Cargo.lock index cefd5f0..3b34a33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,30 +48,30 @@ checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" [[package]] name = "anstyle-parse" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140" +checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" +checksum = "a3a318f1f38d2418400f8209655bfd825785afd25aa30bb7ba6cc792e4596748" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "anstyle-wincon" -version = "3.0.1" +version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" +checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" dependencies = [ "anstyle", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] @@ -139,9 +139,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.10" +version = "4.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41fffed7514f420abec6d183b1d3acfd9099c79c3a10a06ade4f8203f1411272" +checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2" dependencies = [ "clap_builder", "clap_derive", @@ -149,9 +149,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.9" +version = "4.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63361bae7eef3771745f02d8d892bec2fee5f6e34af316ba556e7f97a7069ff1" +checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb" dependencies = [ "anstream", "anstyle", @@ -558,9 +558,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.96" +version = "0.9.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f" +checksum = "c3eaad34cdd97d81de97964fc7f29e2d104f483840d906ef56daa1912338460b" dependencies = [ "cc", "libc", @@ -1004,7 +1004,7 @@ checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" [[package]] name = "unclog" -version = "0.7.0" +version = "0.7.1" dependencies = [ "chrono", "clap", @@ -1315,9 +1315,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "winnow" -version = "0.5.19" +version = "0.5.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "829846f3e3db426d4cee4510841b71a8e58aa2a76b1132579487ae430ccd9c7b" +checksum = "0383266b19108dfc6314a56047aa545a1b4d1be60e799b4dbdd407b56402704b" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 7fe693b..91d0b56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unclog" -version = "0.7.0" +version = "0.7.1" authors = ["Thane Thomson "] edition = "2021" license = "Apache-2.0"