summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changes b/Changes
index 5f6e9bf..cc506c8 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,17 @@ Revision history for API::GitForge
{{$NEXT}}
+0.003 2020-03-10 09:21:28-07:00 America/Phoenix
+ - API::GitForge::GitLab::_ensure_repo(): avoid an unnecessary API
+ call.
+ - API::GitForge::Role::GitForge::clean_repo(): try to unprotect
+ fork branches before deleting them, if GitForge API library
+ supports doing this.
+ - API::GitForge::Role::GitForge::clean_repo(): push the gitforge
+ branch using Git::Wrapper again.
+ During early testing, this seemed to hang after pushing to
+ GitLab installations, but it seems to work well now.
+
0.002 2020-03-09 12:17:47-07:00 America/Phoenix
- Implement API::GitForge::GitLab::_ensure_repo().
- Add git repo metadata to dist.ini.