Skip to content

Releases: clivewalkden/go-github-token-limit

v1.3.0

22 Jun 23:23
16925df

Choose a tag to compare

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

  • Added ldflags to local make for binaries (2947656)
  • Added codecoverage to build step (0075dcc)

v1.2.1

15 Jun 22:20

Choose a tag to compare

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

Chores

  • Updated goreleaser config to point to updated taps repository (4f3fcdd)

v1.2.0

15 Jun 18:54

Choose a tag to compare

1.2.0 (2024-06-15)

Feature

  • Simplified the string centering and updated quota messages. (7310ebb)

Documentation

  • Updated docs to include the Homebrew installation instructions (4459e78)

Build

  • Version number now added as part of the build process. (14e1869)

v1.1.2

14 Jun 23:23

Choose a tag to compare

1.1.2 (2024-06-14)

Bug Fixes

  • GoReleaser Config build for Homebrew tap (8e8d23c)

v1.1.1

14 Jun 22:59

Choose a tag to compare

1.1.1 (2024-06-14)

Bug Fixes

v1.1.0

14 Jun 22:44

Choose a tag to compare

1.1.0 (2024-06-14)

Feature

  • Clear screen before output is started (1a1a707)

Documentation

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

Build

  • Added Homebrew tap creation for testing (2dbd7a7)
  • Added circleci config yml (ff5e38b)

v1.0.0

14 Jun 12:06

Choose a tag to compare

1.0.0 (2024-06-14)

Feature