File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.22.1 (2023-09-22)
2
+
3
+ ### Refactor
4
+
5
+ - ** TextFonts** : Add support for method 'get' and operator 'in'
6
+
1
7
## v0.22.0 (2023-09-18)
2
8
3
9
### Feat
Original file line number Diff line number Diff line change 1
- __version__ = "0.22.0 "
1
+ __version__ = "0.22.1 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " photoshop-python-api"
3
- version = " 0.22.0 "
3
+ version = " 0.22.1 "
4
4
description = " Python API for Photoshop."
5
5
homepage = " https://github.com/loonghao/photoshop-python-api"
6
6
repository = " https://github.com/loonghao/photoshop-python-api"
@@ -59,7 +59,7 @@ mkdocs-literate-nav = "^0.6.0"
59
59
60
60
[tool .commitizen ]
61
61
name = " cz_conventional_commits"
62
- version = " 0.22.0 "
62
+ version = " 0.22.1 "
63
63
tag_format = " v$version"
64
64
version_files = [
65
65
" pyproject.toml:version" ,
You can’t perform that action at this time.
0 commit comments