From 7434f2a34650fc347e1c4e45dfbc65c463dc3ab9 Mon Sep 17 00:00:00 2001 From: Thomas Roche <2297889+thoroc@users.noreply.github.com> Date: Fri, 6 Feb 2026 22:59:33 +0000 Subject: [PATCH] chore(main): release 0.4.4 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a741b18..3dbe6dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.4](https://github.com/thoroc/git-mirror/compare/v0.4.3...v0.4.4) (2026-02-06) + + +### Bug Fixes + +* use release_created (singular) output for release-please v4 ([#15](https://github.com/thoroc/git-mirror/issues/15)) ([8b182f4](https://github.com/thoroc/git-mirror/commit/8b182f4f5ee9cfefb0bf8a17de1eeb913847525f)) + ## [0.4.3](https://github.com/thoroc/git-mirror/compare/v0.4.2...v0.4.3) (2026-02-06) diff --git a/Cargo.lock b/Cargo.lock index 9033ff8..682a605 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,7 +234,7 @@ dependencies = [ [[package]] name = "git-mirror" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index f32937d..dfa39ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-mirror" -version = "0.4.3" +version = "0.4.4" edition = "2021" [dependencies]