From e3e0d25670237b4d5ec6e996ad97f420be78f70d Mon Sep 17 00:00:00 2001 From: tab Date: Tue, 15 Oct 2024 23:32:21 +0300 Subject: [PATCH] chore(changelog): Add CHANGELOG.md for tracking releases This CHANGELOG includes release notes for versions v0.1.0 and v0.2.0, detailing features, bug fixes, refactors, and chores. --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5de03da --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# CHANGELOG + +## [v0.2.0](https://github.com/tab/cmt/releases/tag/v0.2.0) + +### Features +- **feat(loader):** Add loading indicator functionality + +### Bug Fixes +- **fix(cmd/main):** Handle error when reading user response. + +### Refactor +- **refactor(loader):** Modified Start and Stop methods for the Loader to ensure safe concurrent access. + +### Chore +- **chore(github/workflows):** Add Golang CI linter to checks workflow.% +- **chore(github/workflows):** Add Dependabot configuration file for version updates. +- **chore(deps):** Bump codecov/codecov-action from 3 to 4. + +## [v0.1.0](https://github.com/tab/cmt/releases/tag/v0.1.0) + +### Features +- **feat(core):** Add optional prefix for commit messages with '--prefix' flag +- **feat(github/workflows):** Add GitHub Actions workflow for master branch +- **feat(github/workflows):** Add release workflow for building and distributing binaries + +### Refactor +- **refactor(flags):** Update PrintVersion and PrintHelp methods to accept io.Writer for output + +### Chore +- **chore(github/workflows):** Add release workflow for building and distributing binaries