v0.2.0
What's Changed
Features
- feat(loader): Add loading indicator functionality
Introduced aLoader
type withStart()
andStop()
methods to provide a visual loading indication during operations. Updated main.go to utilize the new loader functionality.
Chores
- chore(github/workflows): Add Golang CI linter to checks workflow
- chore(.github): Add Dependabot configuration file for version updates
- chore(deps): Bump codecov/codecov-action from 3 to 4
Full Changelog: v0.1.0...v0.2.0