Skip to content

Commit 40d6ca9

Browse files
author
semantic-release
committed
4.3.0
Automatically generated by python-semantic-release
1 parent 5aee69f commit 40d6ca9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33

44

5+
## v4.3.0 (2024-01-10)
6+
7+
### Documentation
8+
9+
* docs(README.md): Lint markdown ([`382b95f`](https://github.com/Rizhiy/pycs/commit/382b95fe0b9aade99b679ae79cc6ff85d0b8b6a5))
10+
11+
### Feature
12+
13+
* feat(transforms.py): Add transform for AWSAppConfig ([`5aee69f`](https://github.com/Rizhiy/pycs/commit/5aee69fa90924b919a687c573dbc4b3f51cbdd85))
14+
15+
### Refactor
16+
17+
* refactor(node.py): improve type annotations ([`b7dfa4e`](https://github.com/Rizhiy/pycs/commit/b7dfa4e307cd16898196eec8ff28891bb4ba8a8c))
18+
19+
520
## v4.2.0 (2023-12-23)
621

722
### Feature

pycs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from .leaf import CL
66
from .node import CN
77

8-
__version__ = "4.2.0"
8+
__version__ = "4.3.0"

0 commit comments

Comments
 (0)