Skip to content

Commit 45255cf

Browse files
bump: version 0.23.0 → 0.24.0
1 parent cdd0e0e commit 45255cf

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.24.0 (2024-12-29)
2+
3+
### Feat
4+
5+
- **examples**: add scripts for deleting and filling selections and exporting documents with options
6+
- **artlayer**: add convertToSmartObject method and update layer kind property
7+
8+
### Refactor
9+
10+
- **artlayer**: remove unused import of LayerKind enumeration
11+
112
## v0.23.0 (2024-12-29)
213

314
### Feat

photoshop/__version__.py

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "photoshop-python-api"
3-
version = "0.23.0"
3+
version = "0.24.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.23.0"
64+
version = "0.24.0"
6565
tag_format = "v$version"
6666
version_files = [
6767
"pyproject.toml:version",

0 commit comments

Comments
 (0)