diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..51e2725 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +## [1.0.0] - 2026-04-24 + +* Official Release🚀 + diff --git a/pyproject.toml b/pyproject.toml index fb3c6dd..c096e7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"