From 75751a78116fa8c45abc6aabb3ae4715977c45f6 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 4 Jun 2022 19:50:06 +0200 Subject: Increase version v0.0.2 -> v0.0.3 --- CHANGELOG | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 4408158..9e98b6b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,21 @@ CHANGELOG ========= +v0.0.3 (2022-06-04): + Additions: + + * Add more context to error messages. + + Fixes: + + * Mirroring and fetching from 'git://' URLs caused timeout errors. Switch + to 'https://' URLs. + * Existing mirrored repositories with new commits were not updated. + Previously, only the GitHub repository's `updated_at` field was used to + determine if new changes were available. New pushes to a repository, + however, don't change the `updated_at` field, but the `pushed_at` field. + Now both date-times are used when checking for updates. + v0.0.2 (2021-06-25): Fixes: -- cgit v1.2.3