Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

60 lines (43 loc) · 2.29 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.

This file is generated. To add a new changelog entry, run the changelog tool. For more info, run changelog help.

1.0.1 - 04-07-2023

Fixed

  • Constrain all dependencies to exact versions to preserve stability

1.0.0 - 01-21-2022

Added

Changed

Fixed

0.2.0 - 03-11-2021

Added

  • Add all changelog entry types from the Keep a Changelog spec
    • Types of changes are Added, Changed, Deprecated, Removed, Fixed, and Security
  • Add versioning information to the tool
    • Run changelog --version
  • Improve error messaging when a corrupted file is encountered

Changed

  • Save changelog entries as Markdown files to facilitate easier code review
  • Use imperative mood for changelog commands. This feels better when executing a command and will feel more familiar to git users

Fixed

  • Fix a few typos in the tool's output
  • Use yyyy date formatting to avoid weird, sneaky bugs

0.1.1 - 02-26-2021

Fixed

  • Bundle SwiftToolsSupport correctly when building for release

0.1.0 - 02-26-2021

Added

  • Initial release
    • Create the Swift package
    • Add help, log, and publish commands
    • Set up unit test suite