You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
26
27
27
-**Python Docstring Generation**: Fixed a critical bug where repeatedly processing a Python file with a manual docstring would cause content duplication. The logic has been reworked to ensure correct placement of the generated table of contents relative to `from __future__ import` statements and existing docstrings.
28
28
29
+
### CI/CD
30
+
31
+
-**CI dev**: The CI pipeline now runs on the `dev` branch, with Codecov reports limited to `master`.
32
+
-**Version check**: Added a new check to prevent accidental version bumps in feature branches.
0 commit comments