Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps embassy-embedded-hal from 0.3.2 to 0.4.0.

Changelog

Sourced from embassy-embedded-hal's changelog.

RELEASE.md

This document outlines the process for releasing Embassy crates using cargo-release and the release/bump-dependency.sh script.

When releasing a crate, keep in mind that you may need to recursively release dependencies as well.

Prerequisites

Crate release

Check if there are changes to the public API since the last release. If there is a breaking change, follow the process for creating a minor release. Otherewise, follow the process for creating a new patch release.

Keep in mind that some crates may need the --features and --target flags passed to cargo release. For more information on that, look at the Cargo.toml files.

Patch release (no breaking public API changes)

cd embassy-nrf/
cargo release patch --features time,defmt,unstable-pac,gpiote,time-driver-rtc1,nrf52840 --target thumbv7em-none-eabi

If dry-run is OK (no missing dependencies on crates.io)

cargo release patch --execute --features time,defmt,unstable-pac,gpiote,time-driver-rtc1,nrf52840 --target thumbv7em-none-eabi

Minor release

# Bump versions in crate files
./release/bump-dependency.sh embassy-nrf 0.4.0

Commit version bump

git commit -am 'chore: update to embassy-nrf v0.4.0'

Release crate

cd embassy-nrf/
cargo release minor --features time,defmt,unstable-pac,gpiote,time-driver-rtc1,nrf52840 --target thumbv7em-none-eabi

If dry-run is OK (no missing dependencies on crates.io)

cargo release minor --execute --features time,defmt,unstable-pac,gpiote,time-driver-rtc1,nrf52840 --target thumbv7em-none-eabi

Push tags

... (truncated)

Commits
  • fc31fa0 Merge pull request #4499 from embassy-rs/release-eeh-04
  • 78a333d Release embassy-embedded-hal v0.4
  • f704b14 Merge pull request #4402 from embassy-rs/release-tool
  • 8843b08 feat: add embassy-release tool
  • a3aa1e8 Merge pull request #4495 from elliotsayes/rp-status-irq
  • 3f457c0 Merge pull request #4493 from esden/stm32u5-ucpd-software-trim
  • 1652d92 Add IRQ StatusSource for _rp235x
  • 701e824 ucpd: Add software trim setting of the CC Rp/Rd for stm32u5 parts.
  • 0eceb08 fix: do full minor version bump for time queue utils
  • e818e49 chore: Release embassy-time-queue-utils version 0.1.1
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 11, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/embassy-embedded-hal-0.4.0 branch 5 times, most recently from 1c75c4e to 8ba89f7 Compare August 20, 2025 11:45
@dependabot dependabot bot force-pushed the dependabot/cargo/embassy-embedded-hal-0.4.0 branch from 8ba89f7 to 56dceef Compare August 23, 2025 11:58
@dependabot dependabot bot force-pushed the dependabot/cargo/embassy-embedded-hal-0.4.0 branch 5 times, most recently from a16feca to 8361061 Compare September 8, 2025 15:23
@dependabot dependabot bot force-pushed the dependabot/cargo/embassy-embedded-hal-0.4.0 branch 2 times, most recently from bce9bb8 to c972801 Compare September 10, 2025 09:52
Bumps [embassy-embedded-hal](https://github.com/embassy-rs/embassy) from 0.3.2 to 0.4.0.
- [Changelog](https://github.com/embassy-rs/embassy/blob/main/RELEASE.md)
- [Commits](embassy-rs/embassy@embassy-embedded-hal-v0.3.2...embassy-embedded-hal-v0.4.0)

---
updated-dependencies:
- dependency-name: embassy-embedded-hal
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/embassy-embedded-hal-0.4.0 branch from c972801 to e762e1d Compare September 10, 2025 15:10
@dependabot dependabot bot changed the base branch from main to develop November 8, 2025 14:31
@chmanie chmanie force-pushed the develop branch 2 times, most recently from d89d822 to fed58ce Compare December 9, 2025 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant