Skip to content

Commit ba497ec

Browse files
author
semantic-release
committed
5.3.0
Automatically generated by python-semantic-release
1 parent 98fb9b1 commit ba497ec

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

33

44

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+
516
## v5.2.0 (2024-03-17)
617

718
### Chore

pycs/__init__.py

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

9-
__version__ = "5.2.0"
9+
__version__ = "5.3.0"

0 commit comments

Comments
 (0)