File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
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
+
5
20
## v4.2.0 (2023-12-23)
6
21
7
22
### Feature
Original file line number Diff line number Diff line change 5
5
from .leaf import CL
6
6
from .node import CN
7
7
8
- __version__ = "4.2 .0"
8
+ __version__ = "4.3 .0"
You can’t perform that action at this time.
0 commit comments