| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: move tool to separate repo | Ulf Lilleengen | 2025-08-25 | 6 | -1049/+0 |
| | | |||||
| * | fix: write instructions only for publishing crates | Ulf Lilleengen | 2025-08-25 | 2 | -6/+12 |
| | | |||||
| * | fix: build rustdoc for baseline as well | Ulf Lilleengen | 2025-08-25 | 2 | -15/+86 |
| | | |||||
| * | fix: version bump | Ulf Lilleengen | 2025-08-25 | 1 | -7/+7 |
| | | |||||
| * | only semvercheck for publishable | Ulf Lilleengen | 2025-08-25 | 1 | -12/+10 |
| | | |||||
| * | update version only for un-publishable crates | Ulf Lilleengen | 2025-08-25 | 1 | -11/+15 |
| | | |||||
| * | fix: add workaround for current compiler version | Ulf Lilleengen | 2025-08-25 | 2 | -0/+4 |
| | | |||||
| * | fix: add back missing | Ulf Lilleengen | 2025-08-25 | 1 | -0/+6 |
| | | |||||
| * | fix: use patched versions | Ulf Lilleengen | 2025-08-25 | 5 | -44/+12 |
| | | |||||
| * | Autodetect repo root. | Dario Nieuwenhuis | 2025-08-25 | 1 | -7/+24 |
| | | |||||
| * | Load all crates in the graph, honor the "publish" flag to prevent publishing ↵ | Dario Nieuwenhuis | 2025-08-25 | 4 | -38/+114 |
| | | | | | examples/tests. | ||||
| * | Add build command. | Dario Nieuwenhuis | 2025-08-25 | 3 | -8/+97 |
| | | |||||
| * | Make crate configs a vec. | Dario Nieuwenhuis | 2025-08-25 | 3 | -22/+29 |
| | | |||||
| * | Add Context struct. | Dario Nieuwenhuis | 2025-08-25 | 2 | -52/+83 |
| | | |||||
| * | Revert "fix: reference project dir" | Ulf Lilleengen | 2025-08-25 | 1 | -1/+1 |
| | | | | | This reverts commit 1605a71c11aa9cd995206867abb6ba7409223b18. | ||||
| * | Read crate configs from metadata. | Dario Nieuwenhuis | 2025-08-25 | 5 | -96/+53 |
| | | |||||
| * | fix: reenable | Ulf Lilleengen | 2025-08-25 | 1 | -4/+4 |
| | | |||||
| * | fix: reference project dir | Ulf Lilleengen | 2025-08-25 | 1 | -1/+1 |
| | | |||||
| * | fix: update | Ulf Lilleengen | 2025-08-25 | 5 | -31/+334 |
| | | |||||
| * | chore: cleanup | Ulf Lilleengen | 2025-08-25 | 3 | -144/+76 |
| | | |||||
| * | feat: add semver checks and releasing to releaser | Ulf Lilleengen | 2025-08-25 | 4 | -0/+584 |
| | | | | | | | | | | * 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 tool | Ulf Lilleengen | 2025-08-02 | 1 | -0/+1 |
| | | | | | | | | * Print dependencies of a crate * Bump version in dependent crates * Release using cargo release * Config file to control features and target | ||||
| * | fix `release/bump-dependency.sh`: don't generate backup files | Ralph Ursprung | 2025-07-08 | 1 | -1/+1 |
| | | | | | | | | | | | | the `-rie` arguments of `sed` were probably meant as `-r -i -e`, however, due to the way it was written it ended up being `-r -i e`, thus causing `-i` (edit in-place) to generate backup files. so for every edited `Cargo.toml` it also created a `Cargo.tomle` with the previous content. `-e` is anyway not needed as the last argument of `sed` here is the expression to be executed. | ||||
| * | add convenience script to bump dependency version | Ulf Lilleengen | 2024-06-04 | 1 | -0/+11 |
