Skip to content

Releases: aevea/git

v3.1.0: feat: add Tags

25 Oct 13:16
Compare
Choose a tag to compare

🚀 Features

v3.0.1

24 Oct 08:22
Compare
Choose a tag to compare

🐛 Bug fixes

  • c6f8dcb (deps) update module github.com/go-git/go-git/v5 to v5.4.2

v3.0.0: refactor!: replace debuglogger with apex

07 Mar 14:27
Compare
Choose a tag to compare

🔧 Chores and Improvements

  • 0ac908c (ci) upgrade go version for tests
  • 39fa8ae (deps) update module go-git/go-git/v5 to v5.2.0

📦 Other

  • 5402abb replace debuglogger with apex

v2.3.1

26 Jan 16:05
Compare
Choose a tag to compare

🔧 Chores and Improvements

  • 08ccd1c (deps) update module magefile/mage to v1.11.0
  • 8903d42 (deps) update actions/setup-go action to v2

CommitsOnBranchSimple

25 Jun 15:02
Compare
Choose a tag to compare

Adds a new function CommitsOnBranchSimple which no longer requires full commit objects in order to work. It returns a new type called SimpleCommit that is a stripped down version of a regular Commit object. This is useful in case you want to run analysis on the commit message, but don't care about the rest of data associated with that commit.

🚀 Features

  • 5f82527 add CommitsOnBranchSimple

🔧 Chores and Improvements

  • 9b9cf3f (deps) update module stretchr/testify to v1.6.1
  • 6927494 (deps) update module go-git/go-git/v5 to v5.1.0

Renaming to aevea

24 Apr 13:29
Compare
Choose a tag to compare

🔧 Chores and Improvements

v2.1.1

10 Apr 19:49
Compare
Choose a tag to compare

🔧 Chores and Improvements

v2.1.0: chore(deps): upgrade go-git to new organisation

08 Apr 20:56
Compare
Choose a tag to compare

🔧 Chores and Improvements

  • ef078cb (deps) upgrade go-git to new organisation
  • 97d66c2 (ci) use golang cl lint action
  • f56bfb8 (deps) update module stretchr/testify to v1.5.1

v2.0.1: fix: update go.mod to allow v2

24 Feb 11:26
Compare
Choose a tag to compare

🐛 Bug fixes

  • a07dcb3 update go.mod to allow v2

API improvements

24 Feb 10:15
Compare
Choose a tag to compare

This release reworks the API. Main difference is that pkg folder is dropped. Everything is in root now.

The other major change is the removal of the Debug flag. The API now accepts a debugLogger, which you can shape to your own needs.

🔧 Chores and Improvements

  • 127246f (ci) use latest versions of commitsar and release notary

📦 Other

  • 24d2500 remove pkg folder
  • d2659fe (ci) migrate to github actions
  • 669b8e0 rework logging to accept log.Logger instead of using the debug flag