Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 872 Bytes

CHANGELOG.md

File metadata and controls

38 lines (26 loc) · 872 Bytes

ChangeLog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Type of changes

  • Added: for new features.
  • Changed: for changes in existing functionality.
  • Deprecated: for soon-to-be removed features.
  • Removed: for now removed features.
  • Fixed: for any bug fixes.
  • Security: in case of vulnerabilities.

This project adheres to Semantic Versioning.

Given a version number MAJOR.MINOR.PATCH

  • MAJOR incremented for incompatible API changes
  • MINOR incremented for new functionalities
  • PATCH incremented for bug fixes

Additional labels for pre-release metadata:

  • alpha.x: internal development stage.
  • beta.x: shipped version under testing.
  • rc.x: stable release candidate.

X.Y.Z - dd-mm-YYYY

Added

  • ...

Changed

  • ...