Skip to content

Releases: ironthree/bodhi-rs

1.0.3 "Modular Flatpak Containers"

06 Mar 15:55
46ea1d8
Compare
Choose a tag to compare

Improvements:

  • add F35 as valid FedoraRelease variant
  • add F35C as valid FedoraRelease variant
  • add F34F as valid FedoraRelease variant
  • add F34M as valid FedoraRelease variant

1.0.2 "Up This Grade"

06 Mar 15:55
c90c778
Compare
Choose a tag to compare

Internal changes:

  • updated reqwest from 0.10 to 0.11
  • updated fedora from 0.2.1 to 1.0
  • port from failure to thiserror

1.0.1 "Tranquility"

30 Nov 17:12
ea38fbd
Compare
Choose a tag to compare

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"

16 Nov 21:29
9223b26
Compare
Choose a tag to compare

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"

04 Nov 12:14
3abe121
Compare
Choose a tag to compare

This release only contains non-code changes:

  • exclude both the .github folder and rustfmt.toml from published crates

0.6.3 "Thirty-Four Containers"

04 Nov 12:14
addd374
Compare
Choose a tag to compare

Improvements:

  • F34C as valid FedoraRelease variant
  • minor code cleanups thanks to clippy

0.6.2 "Groundhog Day"

04 Nov 12:14
207d9a2
Compare
Choose a tag to compare

Improvements:

  • add F33F as valid FedoraRelease variant
  • add F33M as valid FedoraRelease variant

0.6.1 "Murmeltier"

04 Nov 12:13
3e043d1
Compare
Choose a tag to compare

Improvements:

  • add F34 as valid FedoraRelease variant

0.6.0 "Upstream"

04 Nov 12:13
bbdb8d6
Compare
Choose a tag to compare

Bug fixes:

  • adapt to bodhi API response schema changes (causes a minor API change)

0.5.10 "Elastin"

04 Nov 12:12
1c98834
Compare
Choose a tag to compare

Improvements:

  • add ELN as valid FedoraRelease variant