Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

30 lines (22 loc) · 1.44 KB

Changelog

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.0.3 - 2021-10-07

Fixed

  • Anchor links don't work with dates (#23)

0.0.2 - 2021-10-07

Added

  • Handle when there's no changelog file in the repo (#15)
  • Run a full scan on installation if there is already a changelog in the repository (#16)

Fixed

  • More robust changelog anchor generation (#18)

0.0.1 - 2021-10-06

Fixed

  • Dockerfile - Ensure that HEALTHCHECK instructions have been added to container images - autoclosed (#11)
  • Dockerfile - Ensure that a user for the container has been created (#7)