stm32-rs / stm32l0xx-hal

A hardware abstraction layer (HAL) for the STM32L0 series microcontrollers written in Rust
BSD Zero Clause License
96 stars 60 forks source link

Release 0.9.0 #207

Closed dbrgn closed 2 years ago

dbrgn commented 2 years ago

Replaces #205.

This also adds a RELEASING.md file as internal documentation.

hannobraun commented 2 years ago

206 and #208 have been merged in the meantime, in case you want to include more in the release.

dbrgn commented 2 years ago

@hannobraun branch is rebased, CHANGELOG is updated (including all PR URLs). I also noticed that the publish flag needs valid feature flags (for the pre-checks), I updated RELEASING.md accordingly and added a dry-run step.

dbrgn commented 2 years ago

Thanks, I'll push the release. (Then I can test whether my credentials work now 🙂)

dbrgn commented 2 years ago

Release is published and tagged.