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

[Fixes #40] Adjust stuff for CI / pre-release #41

Merged
merged 5 commits into from
Oct 19, 2022

Conversation

michalfita
Copy link
Collaborator

Preparing stuff for HAL 0.4.0 release.

@michalfita michalfita changed the title [Fixes #40] Adjust stuff for CI [Fixes #40] Adjust stuff for CI / pre-release Oct 16, 2022
CHANGELOG.md Outdated

### Changed

- [Sealed](https://rust-lang.github.io/api-guidelines/future-proofing.html#sealed-traits-protect-against-downstream-implementations-c-sealed) all HAL-internal traits to disallow potentially unsound downstream trait implementations.
- Regenerated PACs with `svd2rust 0.25.1` using up-to-date (2022-05-18) SVDs. These SVDs are now vendored in this repository, instead of using a submodule.
- Cargo Workspace sorted, so local builds and crate publictions work, and CI is satisfied.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub CI was added with in this release, so there is no need to mention that a fix was applied.

@michalfita michalfita marked this pull request as ready for review October 16, 2022 15:06
Copy link
Contributor

@martinmortsell martinmortsell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

This would form the next release, so we can go with next releases with a clean slate.
CHANGELOG.md Outdated
@@ -13,7 +13,8 @@

- [Sealed](https://rust-lang.github.io/api-guidelines/future-proofing.html#sealed-traits-protect-against-downstream-implementations-c-sealed) all HAL-internal traits to disallow potentially unsound downstream trait implementations.
- Regenerated PACs with `svd2rust 0.25.1` using up-to-date (2022-05-18) SVDs. These SVDs are now vendored in this repository, instead of using a submodule.
- Cargo Workspace sorted, so local builds and crate publictions work, and CI is satisfied.
- Cargo Workspace sorted, so local builds and crate publictions work.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spelling

pushd $pac

#sed -e "s|\${crate}|${crate}|g" -e "s|\${chip}|${chip}|g" -e "s|\${pac}|${pac}|g" -e "s|\${version}|${version}|g" "${top}/pac/templates/Cargo.toml.template" > Cargo.toml
#sed -e "s|\${crate}|${crate}|g" -e "s|\${chip}|${chip}|g" -e "s|\${pac}|${pac}|g" -e "s|\${version}|${version}|g" "${top}/pac/templates/README.md.template" > README.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove outcommented code

@michalfita
Copy link
Collaborator Author

0.4.0 Released!

@michalfita michalfita merged commit 70a45d5 into development Oct 19, 2022
@michalfita michalfita deleted the release/0.4.0/preparation branch October 19, 2022 14:53
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.

None yet

3 participants