-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
π Feature
Title: Add a Semantic Versioning Changelog to the Repository
Description:
To improve project transparency and ease of tracking changes, we should add a dedicated CHANGELOG.md file following the Keep a Changelog standard with semantic versioning.
Motivation:
- A well-maintained changelog helps contributors and users quickly understand what has changed in each release.
- It documents notable features, bug fixes, and improvements in an organized manner.
- It would also help us include updates in release notes in a better and more consistent way.
- It enhances project maintainability and communication.
Suggested Structure:
# Changelog
All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.0.0] - YYYY-MM-DD
### Added
- Initial releaseRefs:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request