tag name | v0.0.3 (bbb53de136ec38f43492c8b3774c43af998e6255) |
tag date | 2022-06-04 19:50:27 +0200 |
tagged by | Teddy Wing |
tagged object | commit 75751a7811... |
download | reflectub-0.0.3.tar.bz2 |
---|
v0.0.3
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.