File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.1.9 (2025-06-30)
2
+
3
+ ### Fix
4
+
5
+ - ** deps** : update dependency mcp to v1.10.1
6
+
1
7
## v0.1.8 (2025-06-18)
2
8
3
9
### Fix
Original file line number Diff line number Diff line change 11
11
try :
12
12
__version__ = importlib .metadata .version ("photoshop-mcp-server" )
13
13
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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " photoshop-mcp-server"
7
- version = " 0.1.8 "
7
+ version = " 0.1.9 "
8
8
description = " MCP Server for Photoshop integration using photoshop-python-api"
9
9
authors = [
" longhao <[email protected] >" ]
10
10
readme = " README.md"
@@ -38,7 +38,7 @@ Issues = "https://github.com/loonghao/photoshop-python-api-mcp-server/issues"
38
38
[tool .mcp ]
39
39
name = " Photoshop"
40
40
description = " Control Adobe Photoshop using MCP"
41
- version = " 0.1.8 "
41
+ version = " 0.1.9 "
42
42
icon = " https://raw.githubusercontent.com/loonghao/photoshop-python-api-mcp-server/main/assets/photoshop-icon.png"
43
43
authors = [
" Hal <[email protected] >" ]
44
44
repository = " https://github.com/loonghao/photoshop-python-api-mcp-server"
@@ -56,7 +56,7 @@ branch = true
56
56
57
57
[tool .commitizen ]
58
58
name = " cz_conventional_commits"
59
- version = " 0.1.8 "
59
+ version = " 0.1.9 "
60
60
tag_format = " v$version"
61
61
version_files = [
62
62
" pyproject.toml:version" ,
You can’t perform that action at this time.
0 commit comments