Skip to content

Commit 16651dc

Browse files
bump: version 0.22.1 → 0.22.2
1 parent 235c2d0 commit 16651dc

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v0.22.2 (2023-11-08)
2+
3+
### Fix
4+
5+
- **workflows**: Add quotes to prevent 3.10 being interpretted as 3.1
6+
- **typing**: Replace list with List as Python <= 3.8 does not support subscriptable types
7+
8+
### Refactor
9+
10+
- **Photoshop**: Remove unnecessary exception type from suppress
11+
- **Application**: Fix incorrect docstring for app.purge, allow Path objects for app.load, wrap colorSettings exceptions
12+
- **Photoshop**: Restructure the sequence of events attempting to initialize a valid Dispatch object
13+
114
## v0.22.1 (2023-09-22)
215

316
### Refactor

photoshop/__version__.py

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

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.22.1"
3+
version = "0.22.2"
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.1"
64+
version = "0.22.2"
6565
tag_format = "v$version"
6666
version_files = [
6767
"pyproject.toml:version",

0 commit comments

Comments
 (0)