diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 9896626..0cab49c 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.16" + ".": "2.0.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ef7f068..1b9ce60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.0.17](https://github.com/untrustedmodders/plugify-module-python3/compare/v2.0.16...v2.0.17) (2026-02-01) + + +### Bug Fixes + +* add new alias tests ([7aa078c](https://github.com/untrustedmodders/plugify-module-python3/commit/7aa078c1129d3dbf7ca6e1b1ed51573613ac17d2)) +* supress asserts in return set ([11fb35f](https://github.com/untrustedmodders/plugify-module-python3/commit/11fb35fe764db97647c937a0920f7733fff2ea72)) +* update tests again ([061f4cf](https://github.com/untrustedmodders/plugify-module-python3/commit/061f4cfc013c04f3a5fb062ae9ec28ecee5749cc)) + ## [2.0.16](https://github.com/untrustedmodders/plugify-module-python3/compare/v2.0.15...v2.0.16) (2026-01-03) diff --git a/version.txt b/version.txt index a14da29..a6e7bcb 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.16 +2.0.17