- Implement a caching mechanism as a fallback for when Bodhi is down (Fix 11) - Add CLI tool, see `resolve-fedora-aliases --help` for more information - Combine all previous HTTP requests to Bodhi into just one
Thank you for contributing to this release mfocko and carlwgeorge
1.41
Added attribute with always numeric version, even for Rawhide, e.g.
python >>> [x.version_number for x in aliases["fedora-all"]] ['38', '39', '40']
Compare this with:
python >>> [x.version for x in aliases["fedora-all"]] ['38', '39', 'rawhide']
1.31
- Fix https://github.com/rpm-software-management/tito/issues/491 - The correct Fedora versions are now returned during the time period from branching to the final release.
1.21
- Fix 3 - Don't depend on the `bodhi-client` package. As a result, a lot of transitive dependencies are now gone.
1.11
- The repository is now [REUSE compliant](https://reuse.software/)