Skip to content

Releases: ironthree/bodhi-rs

0.5.9 "Macros"

04 Nov 12:12
d6801fb
Compare
Choose a tag to compare

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!"

20 Mar 21:06
a48e139
Compare
Choose a tag to compare

New features:

  • add new FedoraRelease::F32F variant

0.5.8 "And 'Nother one!"

20 Mar 21:07
deacf79
Compare
Choose a tag to compare

New features:

  • add new FedoraRelease::F33C variant

0.5.6 "Another Release Date"

29 Feb 19:38
61f52ef
Compare
Choose a tag to compare

New features:

  • add new FedoraRelease::F32M variant

0.5.5 "Release Date"

16 Feb 22:16
ee055c1
Compare
Choose a tag to compare

Improvements:

  • add F33 as valid FedoraRelease variant
  • add F33 to test targets

0.5.4 "Link"

31 Jan 14:47
24cd4df
Compare
Choose a tag to compare

New features:

  • add url() method on Bug (link to Red Hat Bugzilla ticket)
  • add url() method on TestCase (link to fedoraproject.org wiki page)

0.5.3 "Dependence Day"

25 Jan 18:51
7eb83b0
Compare
Choose a tag to compare

Bump retry and serde_url_params dependencies.

0.5.2 "Pauli Exclusion Principle"

24 Jan 22:46
a34196e
Compare
Choose a tag to compare

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"

23 Jan 19:58
39eea87
Compare
Choose a tag to compare

Fixes providing bug and testcase feedback (#1).

0.5.0 "Argument Alignment"

19 Jan 21:01
4bf7db8
Compare
Choose a tag to compare

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.