Skip to content

Releases: b4nd/git-profile

v0.1.5

24 Feb 01:03

Choose a tag to compare

What's Changed

Changed

  • Renamed the set and use commands.

Added

  • Introduced the unset command to clear the current profile
  • Added the --global flag to the current, set, and unset commands to modify the global Git profile

v0.1.4

12 Feb 01:54

Choose a tag to compare

What's Changed

Added

  • Added more tests to improve code coverage
  • Added create and add aliases to the set command

Fixed

  • Fixed help text in certain commands
  • Fixed a bug in the amend command

v0.1.3

09 Feb 02:55

Choose a tag to compare

What's Changed

Changed

  • Modified the package name so that it matches the GitHub repository

Fixed

  • Fixed code smells reported by SonarCloud

Added

  • Implemented code analysis using golangci-lint and gosec for enhanced security and code quality
  • Added new tests to improve code coverage
  • Added SHA256 files for the binaries

v0.1.2

06 Feb 01:25

Choose a tag to compare

What's Changed

Updated

  • Updated dependencies to the latest versions
  • Updated Go version from 1.22.5 to 1.23.6

v0.1.1

04 Feb 03:40

Choose a tag to compare

What's Changed

Improved

  • Enhanced documentation for better clarity and usability.

Fixed

  • Fixed a bug that duplicated the list of profiles when the global profiles file was identical to the local one.

v0.1.0

03 Feb 01:20

Choose a tag to compare

What's Changed

First release of the project.