diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e35989..e4b86e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [2.2.3] - 2026-01-30 + +- Bump version to `2.2.3-dev` by @github-actions[bot] in https://github.com/tox-dev/PyVenvManage/pull/120 +- Add auto-merge workflow for trusted contributors by @gaborbernat in https://github.com/tox-dev/PyVenvManage/pull/121 +- Make Python dependency optional to fix marketplace verification by @gaborbernat in https://github.com/tox-dev/PyVenvManage/pull/122 + ## [2.2.2] - 2026-01-29 - Changelog update - `v2.2.1` by @github-actions[bot] in https://github.com/tox-dev/PyVenvManage/pull/111 @@ -95,7 +101,8 @@ - Removed the usage of the deprecated PythonSdkType.getPythonExecutable API -[Unreleased]: https://github.com/pyvenvmanage/PyVenvManage/compare/v2.2.2...HEAD +[Unreleased]: https://github.com/pyvenvmanage/PyVenvManage/compare/v2.2.3...HEAD +[2.2.3]: https://github.com/pyvenvmanage/PyVenvManage/compare/v2.2.2...v2.2.3 [2.2.2]: https://github.com/pyvenvmanage/PyVenvManage/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/pyvenvmanage/PyVenvManage/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/pyvenvmanage/PyVenvManage/compare/v2.1.2...v2.2.0 diff --git a/gradle.properties b/gradle.properties index 921b9de..9c6e151 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,4 +9,4 @@ pluginGroup=com.github.pyvenvmanage pluginName=PyVenv Manage 2 pluginRepositoryUrl=https://github.com/pyvenvmanage/PyVenvManage pluginSinceBuild=251 -pluginVersion=2.2.3-dev +pluginVersion=2.2.4-dev