Skip to content

Commit 369f0b4

Browse files
bump: version 0.22.10 → 0.23.0
1 parent 33f5224 commit 369f0b4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.23.0 (2024-12-29)
2+
3+
### Feat
4+
5+
- **examples**: enhance documentation and examples for Photoshop scripting
6+
- **artlayer**: improve layer kind property to support artboard layer
7+
18
## v0.22.10 (2024-12-29)
29

310
### Fix

photoshop/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.22.10"
1+
__version__ = "0.23.0"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "photoshop-python-api"
3-
version = "0.22.10"
3+
version = "0.23.0"
44
description = "Python API for Photoshop."
55
homepage = "https://github.com/loonghao/photoshop-python-api"
66
repository = "https://github.com/loonghao/photoshop-python-api"
@@ -61,7 +61,7 @@ mkdocs-literate-nav = "^0.6.0"
6161

6262
[tool.commitizen]
6363
name = "cz_conventional_commits"
64-
version = "0.22.10"
64+
version = "0.23.0"
6565
tag_format = "v$version"
6666
version_files = [
6767
"pyproject.toml:version",

0 commit comments

Comments
 (0)