Releases: clivewalkden/go-github-token-limit
Releases · clivewalkden/go-github-token-limit
v1.3.0
1.3.0 (2024-06-22)
Feature
- Search multiple ENV variables for the GitHub Access Token. (ab6383c)
- Output the token used so that users can easily identify the token used. (44a5bc3)
Bug Fixes
- Added line spacing after error messages to match success line spacing. (3d04f7f)
- If limit of 60 returned we know a token hasn't been specified (6d0a676)
Documentation
- Added Usage instructions (267257e)
Tests
- removed codecoverage for future release (13a18d8)
- CircleCI code coverage tests (f915c55)
- Added test for return value having a limit of 60 (955e75a)
Build
v1.2.1
1.2.1 (2024-06-15)
Bug Fixes
- CenterString function breaks if the length is shorter than the string. (1d5c47f)
Documentation
- Update Homebrew taps to new name (e807d62)
- Added the token name in ENV that the software is looking for (80168c2)
Tests
- Helper test added (94f2d0b)
Chores
- Updated goreleaser config to point to updated taps repository (4f3fcdd)
v1.2.0
v1.1.2
v1.1.1
v1.1.0
1.1.0 (2024-06-14)
Feature
- Clear screen before output is started (1a1a707)
Documentation
- Added build badges (a0a36f5)
Tests
- Updated tests to use gotestsum and output results in xml as per circle-ci docs (50428f0)
- Fix linter reported issue (5967e75)
- Added Circle-ci test config (dd658b1)
- Added tests (588928e)
Chores
- Bumped version number (7a52fd8)