Skip to content

Commit a3a2a32

Browse files
committed
Update CHANGELOG to reflect changes in version bump logic for GitHub Actions workflow
1 parent 1f6989a commit a3a2a32

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Changed
11+
12+
- **GitHub Actions Workflow**
13+
- Modified the version bump logic in `.github/workflows/release.yml` to apply major/minor/patch logic only if Python files have changed. If no Python files changed, the workflow now forces a patch bump to prevent unintended major or minor releases.
14+
15+
816
## [0.8.0] - 2025-06-13
917

1018
### Added

0 commit comments

Comments
 (0)