Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.08 KB

CHANGELOG.adoc

File metadata and controls

43 lines (30 loc) · 1.08 KB

tools.jib Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.

Break Versioning

This project uses Break Versioning:

<major>.<minor>.<non-breaking>[-<optional-qualifier>]
  • <non-breaking>: Safe upgrade, always - just do it

  • <minor>: Might break code in a minor way, check CHANGELOG

  • <major>: Might break code in a major way, check CHANGELOG!!

Categories

  • Added for new features

  • Changed for changes in existing functionality

  • Deprecated for soon-to-be removed features

  • Resolved resolved issue

  • Security vulnerability related change

[Unreleased]

Added

  • initial project creation