| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Read crate configs from metadata. | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+6 |
| | | |||||
| * | feat: add semver checks and releasing to releaser | Ulf Lilleengen | 2025-08-25 | 1 | -1/+2 |
| | | | | | | | | | | * List dependencies of a crate * List dependents of a crate * Perform semver-checks of a crate * Prepare a release for a crate and all dependents * Use a single release.toml for cargo-release * Add changelogs where missing | ||||
| * | Fix typo | Dániel Buga | 2025-08-18 | 1 | -1/+1 |
| | | |||||
| * | Make TimerQueueItem opaque | Dániel Buga | 2025-08-18 | 4 | -40/+93 |
| | | |||||
| * | fix: do full minor version bump for time queue utils | Ulf Lilleengen | 2025-08-01 | 1 | -2/+2 |
| | | |||||
| * | chore: Release embassy-time-queue-utils version 0.1.1 | Ulf Lilleengen | 2025-08-01 | 1 | -1/+1 |
| | | |||||
| * | fix: relax embassy-executor version requirement | Ulf Lilleengen | 2025-08-01 | 1 | -1/+1 |
| | | |||||
| * | chore: prepare embassy-executor 0.8 release | Ulf Lilleengen | 2025-07-31 | 1 | -1/+1 |
| | | |||||
| * | `embassy-time`: add missing `Debug` & `defmt::Format` derives | Ralph Ursprung | 2025-07-28 | 3 | -0/+4 |
| | | | | | | | | | `defmt::Format` is *not* implemented for `MockDriver` and `InnerMockDriver` because the former contains the latter and the latter is using `Queue` from `embassy-time-queue-utils` which so far does not have a `defmt` dependency. since this is just a mock driver it shouldn't be relevant if it has no `defmt::Format` impl. | ||||
| * | Rename ETQD, bump date | Dániel Buga | 2024-12-22 | 7 | -0/+325 |
