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, runchangelog help
.
1.0.1 - 04-07-2023
- Constrain all dependencies to exact versions to preserve stability
1.0.0 - 01-21-2022
0.2.0 - 03-11-2021
- Add all changelog entry types from the Keep a Changelog spec
- Types of changes are
Added
,Changed
,Deprecated
,Removed
,Fixed
, andSecurity
- Types of changes are
- Add versioning information to the tool
- Run
changelog --version
- Run
- Improve error messaging when a corrupted file is encountered
- 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
- Fix a few typos in the tool's output
- Use
yyyy
date formatting to avoid weird, sneaky bugs
0.1.1 - 02-26-2021
- Bundle
SwiftToolsSupport
correctly when building for release
0.1.0 - 02-26-2021
- Initial release
- Create the Swift package
- Add
help
,log
, andpublish
commands - Set up unit test suite