Releases: aevea/integrations
Releases Β· aevea/integrations
v0.5.0: feat: GetCurrentRef
π Features
π§ Chores and Improvements
- 0de440e (deps) update module stretchr/testify to v1.6.1
v0.4.0
π§ Chores and Improvements
- d141f51 update naming to aevea
- 4c5a1f3 (deps) update module stretchr/testify to v1.5.1
Interface compatibility
BREAKING CHANGE: Project
and Host
is no longer directly accessible. It has been replaced by Host()
and Project()
.
This change is to allow for easier use with interfaces. Currently it's very difficult for clients to use this library in tests.
π§ Chores and Improvements
- 23ded38 (ci) migrate to github actions
- f6ee35f return an interface friendly version of GitRemote
v0.2.0
Features π
d48bde6 Add Git remote detection
v0.1.0
Chores and Improvements π§
2f423f0 migrate logic from commitsar
Other π¦
e86af44 Initial commit