Skip to content

Commit b8e57b9

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.0...v2.2.0) (2025-07-09) ### Features * refactor commands to v2 structure and add HTTP server support ([#211](#211)) ([6ebca95](6ebca95))
1 parent 6ebca95 commit b8e57b9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.2.0](https://github.com/pathintegral-institute/mcpm.sh/compare/v2.1.0...v2.2.0) (2025-07-09)
2+
3+
4+
### Features
5+
6+
* refactor commands to v2 structure and add HTTP server support ([#211](https://github.com/pathintegral-institute/mcpm.sh/issues/211)) ([6ebca95](https://github.com/pathintegral-institute/mcpm.sh/commit/6ebca959e631309f6f61db55e87bf8582f44d648))
7+
18
# [2.1.0](https://github.com/pathintegral-institute/mcpm.sh/compare/v2.0.0...v2.1.0) (2025-07-07)
29

310

src/mcpm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.0"
1+
__version__ = "2.2.0"

0 commit comments

Comments
 (0)