Skip to content

Commit 3909817

Browse files
Bump version to 2.2.4-dev after v2.2.3 release (#123)
Co-authored-by: GitHub Action <action@github.com>
1 parent 992a0f8 commit 3909817

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [2.2.3] - 2026-01-30
6+
7+
- Bump version to `2.2.3-dev` by @github-actions[bot] in https://github.com/tox-dev/PyVenvManage/pull/120
8+
- Add auto-merge workflow for trusted contributors by @gaborbernat in https://github.com/tox-dev/PyVenvManage/pull/121
9+
- Make Python dependency optional to fix marketplace verification by @gaborbernat in https://github.com/tox-dev/PyVenvManage/pull/122
10+
511
## [2.2.2] - 2026-01-29
612

713
- Changelog update - `v2.2.1` by @github-actions[bot] in https://github.com/tox-dev/PyVenvManage/pull/111
@@ -95,7 +101,8 @@
95101

96102
- Removed the usage of the deprecated PythonSdkType.getPythonExecutable API
97103

98-
[Unreleased]: https://github.com/pyvenvmanage/PyVenvManage/compare/v2.2.2...HEAD
104+
[Unreleased]: https://github.com/pyvenvmanage/PyVenvManage/compare/v2.2.3...HEAD
105+
[2.2.3]: https://github.com/pyvenvmanage/PyVenvManage/compare/v2.2.2...v2.2.3
99106
[2.2.2]: https://github.com/pyvenvmanage/PyVenvManage/compare/v2.2.1...v2.2.2
100107
[2.2.1]: https://github.com/pyvenvmanage/PyVenvManage/compare/v2.2.0...v2.2.1
101108
[2.2.0]: https://github.com/pyvenvmanage/PyVenvManage/compare/v2.1.2...v2.2.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ pluginGroup=com.github.pyvenvmanage
99
pluginName=PyVenv Manage 2
1010
pluginRepositoryUrl=https://github.com/pyvenvmanage/PyVenvManage
1111
pluginSinceBuild=251
12-
pluginVersion=2.2.3-dev
12+
pluginVersion=2.2.4-dev

0 commit comments

Comments
 (0)