Releases: aepfli/gradle-gitlab-repositories
Releases · aepfli/gradle-gitlab-repositories
v0.7.0-beta1
Dependency updates
v0.6.1: Update actions/checkout action to v3 (#37)
v0.6.0
v0.6.0-beta1
Breaking Changes:
- Token handling has changed. We use Strings instead of class references now.
v0.5.0 - make Kotlin a first citizen
v0.5.0-beta1
v0.4.1 - Security mistakes happens
Fixing logging secrets for info log
v0.4.0 - Change
Improving API and Documentation (#8) * Improving API and Documentation The documentation was not updated with the last pull request. I added it now. Furthermore we improved the API for easier usage. * changing directories and further improvements
v0.4.0-beta
Reworked Structure (#5) BREAKING CHANGE
v0.3.0 - May the uploads be with you
Upload not working properly (#1) (#2) Fixed the not properly working upload by fixing the API error within the implementation. We falsely used the same API for groups and projects, which is of course wrong. Furthermore for uploading we should be only allowed to use the projects endpoint. Besides those improvements we also added better logging and extracted some logic.