Skip to content

Commit

Permalink
chore(changelog): Add CHANGELOG.md for tracking releases
Browse files Browse the repository at this point in the history
This CHANGELOG includes release notes for versions v0.1.0 and v0.2.0, detailing features, bug fixes, refactors, and chores.
  • Loading branch information
tab committed Oct 15, 2024
1 parent 1e9c48a commit e3e0d25
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e3e0d25

Please sign in to comment.