diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 762fc35f..b78500f8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.22.2" + ".": "0.22.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c6686c47..9c6be756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.22.3](https://github.com/nodejs/gyp-next/compare/v0.22.2...v0.22.3) (2026-05-13) + + +### Bug Fixes + +* add Python 3.15 beta to the testing ([#344](https://github.com/nodejs/gyp-next/issues/344)) ([bb6522f](https://github.com/nodejs/gyp-next/commit/bb6522fbacc620da2cc382484d75c75ee35d780c)) + ## [0.22.2](https://github.com/nodejs/gyp-next/compare/v0.22.1...v0.22.2) (2026-04-22) diff --git a/pyproject.toml b/pyproject.toml index 487cb750..9ce52a67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gyp-next" -version = "0.22.2" +version = "0.22.3" authors = [ { name="Node.js contributors", email="ryzokuken@disroot.org" }, ]