Skip to content

Commit b70aa9f

Browse files
committed
changelog update
1 parent 6a357e3 commit b70aa9f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626

2727
- **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.
2828

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.
33+
2934
## [1.3.0] - 2025-06-30
3035

3136
### Added

0 commit comments

Comments
 (0)