We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d125652 commit df19e02Copy full SHA for df19e02
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
4
5
+## v4.5.0 (2024-01-29)
6
+
7
+### Feature
8
9
+* feat(node.py): Add helper function propagate_changes ([`d125652`](https://github.com/Rizhiy/pycs/commit/d12565220f3b3372fb8867d5cbcc98e05429978b))
10
11
12
## v4.4.1 (2024-01-25)
13
14
### Chore
pycs/__init__.py
@@ -5,4 +5,4 @@
from .leaf import CL
from .node import CN
-__version__ = "4.4.1"
+__version__ = "4.5.0"
0 commit comments