aboutsummaryrefslogtreecommitdiff
path: root/embassy-release/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: add semver checks and releasing to releaserUlf Lilleengen2025-08-251-303/+0
| | | | | | | | | * 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
* feat: add embassy-release toolUlf Lilleengen2025-08-021-0/+303
* Print dependencies of a crate * Bump version in dependent crates * Release using cargo release * Config file to control features and target