From ba5a1a61749dc264e2554d1a8c7cea7d838b9f2d Mon Sep 17 00:00:00 2001 From: Nicolas Arnaud-Cormos Date: Sun, 22 Mar 2026 11:44:30 +0100 Subject: [PATCH] chore(main): release 0.7.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3672216..2c2cacf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.3" + ".": "0.7.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cb7d2cf..788d39f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.7.4](https://github.com/narnaud/git-repos/compare/v0.7.3...v0.7.4) (2026-03-22) + + +### Other + +* **deps:** bump clap from 4.5.60 to 4.6.0 ([b0cff16](https://github.com/narnaud/git-repos/commit/b0cff16e963e8e528ef6c43a8bfb0cc820c70083)) +* **deps:** bump tokio from 1.49.0 to 1.50.0 ([cf183b0](https://github.com/narnaud/git-repos/commit/cf183b09620b69da654da938fb8a85f3efaa635c)) +* **deps:** bump toml from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0 ([77ba074](https://github.com/narnaud/git-repos/commit/77ba0745443f3a66461db63143c8ac7b4df5e412)) +* **deps:** bump toml from 1.0.6+spec-1.1.0 to 1.0.7+spec-1.1.0 ([c093100](https://github.com/narnaud/git-repos/commit/c093100947fb3ec8e255f9af9c97f9a52197c692)) +* **deps:** bump yaml_serde from 0.10.3 to 0.10.4 ([6f4ae7f](https://github.com/narnaud/git-repos/commit/6f4ae7f4a2085169d85bec09e1f824c6cf2542a1)) + ## [0.7.3](https://github.com/narnaud/git-repos/compare/v0.7.2...v0.7.3) (2026-03-01) diff --git a/Cargo.lock b/Cargo.lock index 7ead20d..b4067b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -692,7 +692,7 @@ checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" [[package]] name = "git-repos-manager" -version = "0.7.3" +version = "0.7.4" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index f106086..17fbeda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "git-repos-manager" publish = true -version = "0.7.3" +version = "0.7.4" edition = "2024" rust-version = "1.90" description = "Scan and manage git repositories with ease"