Release version 1.0.0
Some checks failed
tests / test (python 3.10) (push) Has been cancelled
tests / test (python 3.11) (push) Has been cancelled
tests / test (python 3.12) (push) Has been cancelled

This commit is contained in:
2026-04-24 20:36:55 +02:00
parent 62523ba6b0
commit 921d84aa67
2 changed files with 5 additions and 1 deletions

4
CHANGELOG.md Normal file
View File

@@ -0,0 +1,4 @@
## [1.0.0] - 2026-04-24
* Official Release🚀

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "git-maintainer-tools"
version = "0.1.0"
version = "1.0.0"
description = "Small CLIs (git-setup-remotes, git-sign-push) for fork-based OSS maintainer workflows."
readme = "README.md"
requires-python = ">=3.10"