diff --git a/docs/releases/0.2.2.md b/docs/releases/0.2.2.md new file mode 100644 index 0000000..1431574 --- /dev/null +++ b/docs/releases/0.2.2.md @@ -0,0 +1,12 @@ +# GPA 0.2.2 + +## Released baseline + +This release promotes the validated Q.A baseline to `main` without changing the +public setup contract. It includes the current PR Sync router, promotion +metadata synchronization, Project v2 field reconciliation and lookup, +implementation pull-request Project membership, optional issue-linked branches, +and the disposable live Q.A regression suite. + +The next minor release will add GitHub App authentication and optional native +ruleset reconciliation. They are intentionally not part of this baseline tag. diff --git a/pyproject.toml b/pyproject.toml index 8715328..1b97685 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "github-project-setup" -version = "0.2.1" +version = "0.2.2" description = "Reusable CLI for setting up GitHub repository workflows, labels, milestones, issues and Projects." readme = "README.md" requires-python = ">=3.11"