## Summary
- Migrates flat crate structure to mandatory workspace layout
(`crates/cull-gmail/`)
- Replaces old 4-workflow flag-based CI with the 3-file pipeline model
at toolkit 4.9.6
- Fixes pre-existing broken doctest in `rules.rs`
## Changes
### Workspace migration
- `Cargo.toml` → workspace manifest with `[workspace.package]` and
`[workspace.dependencies]`
- `crates/cull-gmail/Cargo.toml` — crate manifest inheriting from
workspace
- `src/`, `tests/`, `CHANGELOG.md` moved to `crates/cull-gmail/`
- `docs/lib/` moved to `crates/cull-gmail/docs/lib/` (required for
`include_str!` to work with `cargo package`)
- `crates/cull-gmail/release.toml` — crate-specific config, tag format
`cull-gmail-v{{version}}`, **PRLOG replacements removed**
- `crates/cull-gmail/release-hook.sh` — updated paths for workspace
layout
- `release.toml` (workspace) — shared signing/branch settings only
### PRLOG
- Added `## [Unreleased]` section at top
- Updated reference links to use `cull-gmail-v*` tag format
### CI files
- `config.yml` — validation-only at toolkit 4.9.6 (no
`trigger_pipeline`)
- `update_prlog.yml` (new) — pr-merged event trigger
- `release.yml` — standard toolkit jobs: `calculate_versions` →
`release_crate` (with `build_binary: true`) → `release_prlog`
### Anchor tag
- `cull-gmail-v0.1.4` created at `v0.1.4` commit — gives nextsv a
baseline for crate-prefixed version calculation
### Bug fix
- Fixed doctest in `rules::Rules::get_rules_by_label_for_action`: added
missing `EolAction` import and corrected method name
## Post-merge setup required (CircleCI project settings)
- `update_prlog.yml` must be set as the trigger for the "pull_request
merged" event
- `release.yml` must be set as a manual trigger pipeline
🤖 Generated with [Claude Code](https://claude.com/claude-code)
- add remove_ssh_key parameter to workflows configuration
- enhance security settings for release process
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
- add remove_ssh_key parameter to workflows configuration
- enhance security settings for release process
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
- change min_rust_version parameter to "1.88"
- comment out release-prlog job to disable it temporarily
- update workflow to use toolkit/make_release job with new parameters
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
- change min_rust_version parameter to "1.88"
- comment out release-prlog job to disable it temporarily
- update workflow to use toolkit/make_release job with new parameters
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
- modify release tag from 'cull-gmail-v${VERSION}' to 'v${VERSION}' for
consistency with other tags
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
- modify release tag from 'cull-gmail-v${VERSION}' to 'v${VERSION}' for consistency with other tags
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
- add condition to handle empty package parameters for tagging
- ensure consistent tag format whether package parameter is present or
not
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
- add condition to handle empty package parameters for tagging
- ensure consistent tag format whether package parameter is present or not
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
- install kdeets as part of release pipeline for enhanced functionality
- ensure kdeets is available before checking crates.io
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
- install kdeets as part of release pipeline for enhanced functionality
- ensure kdeets is available before checking crates.io
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
- remove package-specific flag to streamline version calculation process
- ensure consistent behavior across different release scenarios
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
- remove package-specific flag to streamline version calculation process
- ensure consistent behavior across different release scenarios
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
- create release.yml for CircleCI to automate Rust project releases
- include commands for version checks, binary packaging, and GitHub
release
🔧 chore(dependencies): update toml dependencies in Cargo.lock
- adjust versions and dependencies for toml packages
- ensure compatibility with spec-1.1.0 across updated dependencies
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
- create release.yml for CircleCI to automate Rust project releases
- include commands for version checks, binary packaging, and GitHub release
🔧 chore(dependencies): update toml dependencies in Cargo.lock
- adjust versions and dependencies for toml packages
- ensure compatibility with spec-1.1.0 across updated dependencies
Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [toml](https://redirect.github.com/toml-rs/toml) | dependencies |
major | `0.9.12` → `1.0.0` |
---
### Release Notes
<details>
<summary>toml-rs/toml (toml)</summary>
###
[`v1.0.0`](https://redirect.github.com/toml-rs/toml/compare/toml-v0.9.12...toml-v1.0.0)
[Compare
Source](https://redirect.github.com/toml-rs/toml/compare/toml-v0.9.12...toml-v1.0.0)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 05:59 AM, on day
24 of the month ( * 0-5 24 * * ) (UTC), Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jerus-org/cull-gmail).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [tempfile](https://stebalien.com/projects/tempfile-rs/)
([source](https://redirect.github.com/Stebalien/tempfile)) |
dev-dependencies | minor | `3.24.0` → `3.25.0` |
---
### Release Notes
<details>
<summary>Stebalien/tempfile (tempfile)</summary>
###
[`v3.25.0`](https://redirect.github.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#3250)
- Allow `getrandom` 0.4.x while retaining support for `getrandom` 0.3.x.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 05:59 AM, on day
24 of the month ( * 0-5 24 * * ) (UTC), Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jerus-org/cull-gmail).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Ny4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [lazy-regex](https://redirect.github.com/Canop/lazy-regex) |
dependencies | minor | `3.5.1` → `3.6.0` |
---
### Release Notes
<details>
<summary>Canop/lazy-regex (lazy-regex)</summary>
###
[`v3.6.0`](https://redirect.github.com/Canop/lazy-regex/blob/HEAD/CHANGELOG.md#v360---2026-02-11)
- `regex_remove_all!` and `bytes_regex_remove_all!`
- MSRV updated to 1.71
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 05:59 AM, on day
24 of the month ( * 0-5 24 * * ) (UTC), Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jerus-org/cull-gmail).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Ny4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->