Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

46 lines (27 loc) · 1.26 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.3.0 - 2024-10-06

Added

  • New command 'preview' which prints a preview of the next changelog entry.

0.2.0 - 2024-10-05

Added

  • New command 'create'
  • New flag for "generate" command: "-c, --changelog" for overriding the default changelog file name

Changed

  • Errors are outputted to stderr instead of stdout

0.1.1 - 2023-10-16

Added

  • Automatic release building with goreleaser
  • Golangci-lint step to go workflow
  • Codecov step to go workflow

0.1.0 - 2023-10-15

Added

  • CLI tool for validating YAML and JSON files containing change information
  • CLI tool for generating version sections to CHANGELOG.md files