New Features
-
Add flag to opt-in to using
docs.rsmetadata for publishing
That way, 'special' crates that need a feature specified can be made
to build.This also has the advantage that one can double-check that docs.rs
would (probably) be able to build the crate.
Bug Fixes
- don't fail if there is nothing to commit
Instead, validate that there was nothing to commit and only
fail if truly needed. - Preserve nested list indentation in changelog body
Commit Statistics
- 44 commits contributed to the release.
- 3 commits were understood as conventional.
- 2 unique issues were worked on: #103, #30
Commit Details
view details
- #103
- Reproduce 'nested list items accumulate in changelog' and fix it (1c9c999)
- #30
- Preserve nested list indentation in changelog body (648311f)
- Uncategorized
- Merge pull request #114 from GitoxideLabs/manual-bump (37c72d0)
- Address auto-review (352200f)
- Don't fail if there is nothing to commit (8ebbf60)
- Add flag to opt-in to using
docs.rsmetadata for publishing (21a6204) - Fix unchanged selected crates being refused when dependencies changed (14c7d6a)
- Merge pull request #113 from GitoxideLabs/dependabot/cargo/tar-0.4.45 (3ff4ceb)
- Bump tar from 0.4.44 to 0.4.45 (3739c3f)
- Merge pull request #112 from GitoxideLabs/dependabot/github_actions/github-actions-0f21655cda (35ee779)
- Bump the github-actions group across 1 directory with 3 updates (397a8c6)
- Merge pull request #111 from GitoxideLabs/dependabot/cargo/cargo-000197f46d (32e4a2c)
- Bump the cargo group with 30 updates (547de54)
- Merge pull request #109 from GitoxideLabs/dependabot/cargo/bytes-1.11.1 (34573c6)
- Bump bytes from 1.11.0 to 1.11.1 (915aa32)
- Merge pull request #107 from GitoxideLabs/dependabot/github_actions/github-actions-da358dd489 (ae7505c)
- Bump the github-actions group with 2 updates (753e8b6)
- Merge pull request #108 from GitoxideLabs/dependabot/cargo/cargo-dfdfb0782a (ce7fa64)
- Bump the cargo group with 17 updates (a28d0db)
- Merge pull request #105 from GitoxideLabs/copilot/add-test-for-conventional-commits (595d5b9)
- Refactor (6c6b786)
- Merge pull request #104 from GitoxideLabs/copilot/fix-changelog-issue (536d48f)
- Refactor (9aa1bce)
- Merge pull request #102 from GitoxideLabs/codeql (d9f2ae0)
- Small style consistency improvement (91f75a9)
- Enable the
security-extendedandsecurity-and-qualitypacks (f6f9011) - General customizations to CodeQL workflow (0dc30f0)
- Switch to CodeQL advanced setup (dc7f235)
- Merge pull request #101 from GitoxideLabs/dependabot/github_actions/github-actions-2507bcfa80 (92c234b)
- Bump actions/checkout from 6.0.0 to 6.0.1 in the github-actions group (255b549)
- Merge pull request #100 from EliahKagan/zizmor-next (0ff37f6)
- Fix
dependabot.ymlsyntax error (4c035d8) - Merge pull request #99 from EliahKagan/zizmor (ed66f82)
- Use
pedanticZizmor persona, with some exclusions (f9c4d44) - Don't cache across runs of the "Check latest dependencies" job (8f73928)
- Replace
dtolnay/rust-toolchainwith manualrustupcommands (ce1c9de) - Don't persist GitHub authentication token on CI (5a8bc75)
- Attempt a best-effort 7-day cooldown for dependency updates (8d69913)
- Pin readily pinnable actions (911e5ce)
- Fix the "CI" collector job so it fails if its dependencies fail (a34e900)
- Improve other workflows' permissions comments and style consistency (b1c5727)
- Customize Zizmor workflow (8cedfda)
- Add Zizmor workflow (5d7468d)
- Don't hold
pulldown-cmarkback independabot.ymlanymore (bac999a)