Skip to content

Commit d5d69ca

Browse files
bump: version 0.1.8 → 0.1.9
1 parent 32a3824 commit d5d69ca

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.1.9 (2025-06-30)
2+
3+
### Fix
4+
5+
- **deps**: update dependency mcp to v1.10.1
6+
17
## v0.1.8 (2025-06-18)
28

39
### Fix

photoshop_mcp_server/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
try:
1212
__version__ = importlib.metadata.version("photoshop-mcp-server")
1313
except importlib.metadata.PackageNotFoundError:
14-
__version__ = "0.1.8" # Default version if package is not installed
14+
__version__ = "0.1.9" # Default version if package is not installed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "photoshop-mcp-server"
7-
version = "0.1.8"
7+
version = "0.1.9"
88
description = "MCP Server for Photoshop integration using photoshop-python-api"
99
authors = ["longhao <[email protected]>"]
1010
readme = "README.md"
@@ -38,7 +38,7 @@ Issues = "https://github.com/loonghao/photoshop-python-api-mcp-server/issues"
3838
[tool.mcp]
3939
name = "Photoshop"
4040
description = "Control Adobe Photoshop using MCP"
41-
version = "0.1.8"
41+
version = "0.1.9"
4242
icon = "https://raw.githubusercontent.com/loonghao/photoshop-python-api-mcp-server/main/assets/photoshop-icon.png"
4343
authors = ["Hal <[email protected]>"]
4444
repository = "https://github.com/loonghao/photoshop-python-api-mcp-server"
@@ -56,7 +56,7 @@ branch = true
5656

5757
[tool.commitizen]
5858
name = "cz_conventional_commits"
59-
version = "0.1.8"
59+
version = "0.1.9"
6060
tag_format = "v$version"
6161
version_files = [
6262
"pyproject.toml:version",

0 commit comments

Comments
 (0)