Instruction file imported from CaenFalaisePlaneurs/aero-pi-cam (
.cursor/rules/changelog.mdc). Copyright stays with the author.
Changelog Guidelines
Follow the Common Changelog style guide when updating CHANGELOG.md.
Format
## [X.Y.Z] - YYYY-MM-DD
### Changed
- Description of change ([#123](link)) ([@author](link))
[X.Y.Z]: https://github.com/CaenFalaisePlaneurs/aero-pi-cam/releases/tag/vX.Y.Z
Rules
- Date format: Use ISO 8601 (
YYYY-MM-DD). Rundate +%Y-%m-%dto get today's date. - Categories (in order, only include if applicable):
Changed- changes in existing functionalityAdded- new featuresRemoved- removed featuresFixed- bug fixes
- References: Link to PR/issue at end of line:
([#123](url)) - Authors: Credit contributors:
([@name](url)) - Breaking changes: Prefix with
**Breaking:**and explain migration - Imperative mood: Write "Add feature" not "Added feature"
- No prefixes: Don't use
feat:,fix:, etc. - use natural language - Link releases: Add reference link at bottom for each version
Example Entry
## [1.1.0] - 2026-02-15
### Added
- Support for multiple camera profiles ([#45](https://github.com/CaenFalaisePlaneurs/aero-pi-cam/pull/45)) ([@contributor](https://github.com/CaenFalaisePlaneurs))
### Fixed
- **Breaking:** Rename `capture_interval` to `interval_seconds` ([#42](https://github.com/CaenFalaisePlaneurs/aero-pi-cam/pull/42))
[1.1.0]: https://github.com/CaenFalaisePlaneurs/aero-pi-cam/releases/tag/v1.1.0