Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.8.2 #75

Merged
merged 3 commits into from
Jan 30, 2024
Merged

Bump version to 0.8.2 #75

merged 3 commits into from
Jan 30, 2024

Conversation

chrysn
Copy link
Member

@chrysn chrysn commented Jan 29, 2024

Marking the version currently being pulled into RIOT in RIOT-OS/RIOT#20303

  • Add autoinit module.
  • Drop SUIT support. The module was in such disrepair in the previous that it was apparently not used.
  • SAUL: Compatibly follow renaming of G* units done in C
  • Add constants for common error values.
  • Add initializers based on peripheral numbers.
  • Add BOARD const.
  • gcoap:
    • Allow registration without scope for 'static listeners
    • Provide link encoder based on coap_handler::wkc
    • Support coap-message 0.3 / coap-handler 0.2
  • Support embedded-hal 1.0 on selected modules.
  • Add tests for mutex and random.
  • Small refactorings.
  • Fixes to existing tests.
  • riot-sys is pulled to the latest version in this commit because there is no cross-version testing happening.

No tests are done regularly with old versions, so this is s safe thing
to do.
* Add autoinit module.
* Drop SUIT support. The module was in such disrepair in the previous
  that it was apparently not used.
* SAUL: Compatibly follow renaming of G* units done in C
* Add constants for common error values.
* Add initializers based on peripheral numbers.
* Add BOARD const.
* gcoap:
  * Allow registration without scope for 'static listeners
  * Provide link encoder based on coap_handler::wkc
  * Support coap-message 0.3 / coap-handler 0.2
* Support embedded-hal 1.0 on selected modules.
* Add tests for mutex and random.
* Update riot-sys version.
* Small refactorings.
* Fixes to existing tests.
@chrysn
Copy link
Member Author

chrysn commented Jan 30, 2024

Tests fail because the coap-handler-demos are relying on a feature of riot-wrappers that has not been part of a release -- and because the patch.crates-io fails to apply properly when the checked out version is not released yet.

For this release I'm tricking around it by releasing from the branch before the merge; an alternative would be to force merge and then release. Looking at making the patch.crates-io apply better in parallel.

@chrysn chrysn merged commit 056c0bd into main Jan 30, 2024
59 checks passed
@chrysn chrysn deleted the v0.8.2 branch January 30, 2024 11:59
@chrysn chrysn restored the v0.8.2 branch January 30, 2024 11:59
@chrysn chrysn deleted the v0.8.2 branch January 30, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant