Releases: ironthree/bodhi-rs
Releases · ironthree/bodhi-rs
1.0.3 "Modular Flatpak Containers"
Improvements:
- add
F35
as validFedoraRelease
variant - add
F35C
as validFedoraRelease
variant - add
F34F
as validFedoraRelease
variant - add
F34M
as validFedoraRelease
variant
1.0.2 "Up This Grade"
Internal changes:
- updated
reqwest
from0.10
to0.11
- updated
fedora
from0.2.1
to1.0
- port from
failure
tothiserror
1.0.1 "Tranquility"
This is a routine update with no user-facing changes.
The attached test data for offline tests contains a data dump of the Fedora bodhi instance from Nov. 30, 2020, just after the fedora 31 EOL date.
1.0.0 "Stability"
This is the first "stable" release of bodhi-rs
. 🎉
Compared to 0.6.4, it brings only some minor API changes, primarily to no longer hide some Vec
allocations, which allows to write more efficient code in some situations: Query arguments that allow multiple arguments now take a Vec
of values directly instead of being callable multiple times. Of course, all examples and tests were adapted to reflect this change.
0.6.4 "Exclusivity"
This release only contains non-code changes:
- exclude both the
.github
folder andrustfmt.toml
from published crates
0.6.3 "Thirty-Four Containers"
Improvements:
F34C
as validFedoraRelease
variant- minor code cleanups thanks to clippy
0.6.2 "Groundhog Day"
Improvements:
- add
F33F
as validFedoraRelease
variant - add
F33M
as validFedoraRelease
variant
0.6.1 "Murmeltier"
Improvements:
- add
F34
as validFedoraRelease
variant
0.6.0 "Upstream"
Bug fixes:
- adapt to bodhi API response schema changes (causes a minor API change)
0.5.10 "Elastin"
Improvements:
- add
ELN
as validFedoraRelease
variant