Skip to content

Commit da5fb44

Browse files
committed
chore: add 2.5.5 Release entry in CHANGELOG.rst
1 parent 86fca18 commit da5fb44

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,22 @@ Changelog
33
=========
44

55

6-
2.5.3 (2024-04-19)
6+
2.5.5 (2024-04-26)
77
==================
88

99
Main goal was to reduce the **Cyclomatic Complexity** (McCabe) in the source code.
10-
- A new CI acceptance criteria was set to reject code with Complexity above 5!
11-
- Refactored code.
10+
11+
Refactored code in `tests` to reduce Cyclomatic Complexity (McCabe) below 5
12+
13+
- Currently, only 9 test functions exceed Cyclomatiic Complexity of 5.
14+
- Also, update Acceptance Criteria to max value **9** (previous 11) for Cyclomatic Complexity (McCabe) in CI
15+
16+
17+
2.5.4 (2024-04-19)
18+
==================
19+
20+
Main goal was to reduce the **Cyclomatic Complexity** (McCabe) in the source code.
21+
- All python function code in `src`, have a maximum of **5** McCabe Cyclomatic Complexity!
1222

1323
Also redesigned the way we generated alternative docs sites (ie mkdocs, pshinx) by using
1424
"if" noditional jinja expressions as fodler names.

0 commit comments

Comments
 (0)