Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.4.6](https://github.com/thoroc/git-mirror/compare/v0.4.5...v0.4.6) (2026-02-07)


### Bug Fixes

* skip release creation if immutable release already exists ([#25](https://github.com/thoroc/git-mirror/issues/25))
* handle existing releases when creating with artifacts ([#24](https://github.com/thoroc/git-mirror/issues/24))
* add shell: bash to version extraction steps ([#23](https://github.com/thoroc/git-mirror/issues/23))
* extract version from Cargo.toml for immutable releases ([#21](https://github.com/thoroc/git-mirror/issues/21))

## [0.4.5](https://github.com/thoroc/git-mirror/compare/v0.4.4...v0.4.5) (2026-02-06)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-mirror"
version = "0.4.5"
version = "0.4.6"
edition = "2021"

[dependencies]
Expand Down
Loading