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 98fb9b1 commit ba497ecCopy full SHA for ba497ec
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
4
5
+## v5.3.0 (2024-03-17)
6
+
7
+### Ci
8
9
+* ci: add conventional-commits to pre-commit ([`7b2a866`](https://github.com/Rizhiy/pycs/commit/7b2a86684cbc9e8c1177667963e7189947a15e43))
10
11
+### Feature
12
13
+* feat(node): add ability to freeze and hash configs ([`98fb9b1`](https://github.com/Rizhiy/pycs/commit/98fb9b13b0bf7702d7fc84c81aeba86d7e072ccc))
14
15
16
## v5.2.0 (2024-03-17)
17
18
### Chore
pycs/__init__.py
@@ -6,4 +6,4 @@
from .leaf import CL
from .node import CN
-__version__ = "5.2.0"
+__version__ = "5.3.0"
0 commit comments