Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 862 Bytes

CHANGELOG.md

File metadata and controls

30 lines (19 loc) · 862 Bytes

v1.1.10

Features

  • the organizer can approve join requests by replying to github issues
  • the organizer can send directives to the governance system by writing github issues
  • add license apache/mit

Changes

  • updates to deployment setup, not backwards compatible

v1.1.9

Context

  • by default, go-git uses an external git binary for git file urls
  • gov4git uses git file urls only when caching is enabled (in the config)

Changes

  • use go-git native git file url handling on linux, darwin and windows
  • use cache during unit tests only on linux and darwin (not windows)
  • use cache during api tests on linux, darwin and windows

Notes

  • caching does not pass ci unit tests on windows, but it does pass ci api tests on windows
  • there is no explanation for this discrepancy currently
  • users can use caching on windows at their own risk