Skip to content

Commit 617eabe

Browse files
chore(release): 1.1.2 [skip ci]
## [1.1.2](v1.1.1...v1.1.2) (2025-04-17) ### Bug Fixes * add should remove optional argument placeholder ([#62](#62)) ([9181610](9181610)) * update the default user-agent for web-fetch ([#70](#70)) ([15df122](15df122))
1 parent b3a7561 commit 617eabe

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## [1.1.2](https://github.com/pathintegral-institute/mcpm.sh/compare/v1.1.1...v1.1.2) (2025-04-17)
2+
3+
4+
### Bug Fixes
5+
6+
* add should remove optional argument placeholder ([#62](https://github.com/pathintegral-institute/mcpm.sh/issues/62)) ([9181610](https://github.com/pathintegral-institute/mcpm.sh/commit/9181610fb886944df172f60a5112d20893e25a87))
7+
* update the default user-agent for web-fetch ([#70](https://github.com/pathintegral-institute/mcpm.sh/issues/70)) ([15df122](https://github.com/pathintegral-institute/mcpm.sh/commit/15df12212a7a8ffc9d0ae98d0420cae448fff92a))

src/mcpm/version.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
"""Single source of truth for MCPM version."""
2-
3-
__version__ = "1.1.1"
1+
__version__ = "1.1.2"

0 commit comments

Comments
 (0)