Skip to content

Commit

Permalink
bump: version 0.23.0 → 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 29, 2024
1 parent cdd0e0e commit 45255cf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.24.0 (2024-12-29)

### Feat

- **examples**: add scripts for deleting and filling selections and exporting documents with options
- **artlayer**: add convertToSmartObject method and update layer kind property

### Refactor

- **artlayer**: remove unused import of LayerKind enumeration

## v0.23.0 (2024-12-29)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion photoshop/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.23.0"
__version__ = "0.24.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "photoshop-python-api"
version = "0.23.0"
version = "0.24.0"
description = "Python API for Photoshop."
homepage = "https://github.com/loonghao/photoshop-python-api"
repository = "https://github.com/loonghao/photoshop-python-api"
Expand Down Expand Up @@ -61,7 +61,7 @@ mkdocs-literate-nav = "^0.6.0"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.23.0"
version = "0.24.0"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit 45255cf

Please sign in to comment.