quartiq / booster

Firmware for the Sinara Booster RF amplifier
Apache License 2.0
13 stars 1 forks source link

Preparing for booster 0.6.0 release #436

Closed ryan-summers closed 2 months ago

ryan-summers commented 3 months ago

This PR preps for a 0.6.0 release.

jordens commented 3 months ago

https://github.com/quartiq/booster/blob/cab97464f4e34e862371bb2fa25784dddfdc79a7/Cargo.toml#L67 needs to go first

jordens commented 3 months ago

And I guess some/many of the included crates in booster also need a bump (assuming they have changed, for e.g. the e-h 1 port).

ryan-summers commented 2 months ago

@jordens There's also the debounced-pin and minireq crates. We can publish an updated minireq, but debounced-pin isn't owned by us. We could:

  1. Republish rust-debounced-pin (and maybe move it over to the Rust-embedded-community)
  2. Move the implementation for debouncing directly into booster (it's not complex)
  3. Find an alternative crate

Edit: I found an alternative crate (debouncr) that's agnostic of the e-h version.

ryan-summers commented 2 months ago

They all have their versions already bumped. I ran through about 30 minutes ago and released them all as 0.2 already.