X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Changes;h=dc5ce0fad0bdb2148d81ee5f9134e438e15f80af;hb=7cd7abef6e13815b2deb4abb9c2e1edc1eee380e;hp=91ff0ab89b4932ff64b5b251c87125099ca91528;hpb=0047d0a57e8ffe0d7cfde415fa6f50dae30201d1;p=chaz%2Fgit-codeowners diff --git a/Changes b/Changes index 91ff0ab..dc5ce0f 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,31 @@ Revision history for App-Codeowners. +0.48 2020-01-21 10:13:14-07:00 MST7MDT + * Add rename_project and update_owners_by_project functions. + * No changes to the CLI. + +0.47 2019-11-17 17:36:49-07:00 MST7MDT + * Configure git in unit tests to avoid unnecessary test failures. + * Compare long paths on win32 (thanks CPAN testers). + +0.46 2019-11-16 22:58:17-07:00 MST7MDT + * Declare dependency on Path::Tiny 0.089 (thanks CPAN testers). + +0.45 2019-11-14 22:30:14-07:00 MST7MDT + * Pod::Usage is now optional for the benefit of Git for Windows. + +0.44 2019-11-14 21:33:01-07:00 MST7MDT + * Attempt to fix more compatibility issues (thanks CPAN testers). + * Honor COLOR_DEPTH=0 to disable ANSI color codes. + +0.43 2019-11-13 10:12:01-07:00 MST7MDT + * Fix "create" and "update" commands... to actually work. + +0.42 2019-11-12 21:52:12-07:00 MST7MDT + * Add "projects" command to list defined projects. + * Add flags to filter matches with the "show" command. + * Remove unused Text::Table suggested dependency. + * Fix tests to skip if not git 1.8.5+ (thanks CPAN testers). + 0.41 2019-11-09 17:45:16-07:00 MST7MDT - * First public release + * First public release.