Releases: ironthree/bodhi-rs
0.5.9 "Macros"
New features:
- add new magic
__archived__
,__pending__
, and__current__
releases
They can be used as shortcuts when querying updates for currently archived,
pending, or current releases.
0.5.8 "Bring Me 'nother!"
New features:
- add new
FedoraRelease::F32F
variant
0.5.8 "And 'Nother one!"
New features:
- add new
FedoraRelease::F33C
variant
0.5.6 "Another Release Date"
New features:
- add new
FedoraRelease::F32M
variant
0.5.5 "Release Date"
Improvements:
- add F33 as valid FedoraRelease variant
- add F33 to test targets
0.5.4 "Link"
New features:
- add
url()
method onBug
(link to Red Hat Bugzilla ticket) - add
url()
method onTestCase
(link to fedoraproject.org wiki page)
0.5.3 "Dependence Day"
Bump retry
and serde_url_params
dependencies.
0.5.2 "Pauli Exclusion Principle"
Fix exclude
pattern in Cargo.toml
so only tests
directory in the root is excluded from the crate, not src/tests
, to make sure default tests can be run from the distributed crate.
0.5.1 "Constructive Feedback"
Fixes providing bug and testcase feedback (#1).
0.5.0 "Argument Alignment"
Bugfix:
Previously, the title
attribute of an update was used to pre-fill display_name
attribute when editing it. This would cause the generated value to be duplicated, and any pre-existing display_name
attribute to be lost. This is no longer the case.
Two associated functions changed their name (from title
to display_name
), hence the version was bumped to indicate an incompatible change.