Commit graph

11 commits

Author SHA1 Message Date
dependabot[bot]
c814748ba5
chore(deps): bump actions/checkout from 6.0.2 to 7.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v6.0.2...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-04 05:32:50 +00:00
dependabot[bot]
6bcd8d50c5
chore(deps): bump actions/checkout from 6.0.2 to 6.0.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v6.0.2...v6.0.3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-22 00:54:41 +00:00
dependabot[bot]
90b1c07739
chore(deps): bump actions/checkout from 6 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v6...v6.0.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-08 00:54:16 +00:00
dependabot[bot]
2b3e2d0310
chore(deps): bump googleapis/release-please-action from 4.4.1 to 5.0.0 (#528)
Bumps [googleapis/release-please-action](https://github.com/googleapis/release-please-action) from 4.4.1 to 5.0.0.
- [Release notes](https://github.com/googleapis/release-please-action/releases)
- [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/release-please-action/compare/v4.4.1...v5.0.0)

---
updated-dependencies:
- dependency-name: googleapis/release-please-action
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-04 18:17:57 +01:00
dependabot[bot]
bfb3428406
chore(deps): bump googleapis/release-please-action from 4 to 4.4.1 (#468)
Bumps [googleapis/release-please-action](https://github.com/googleapis/release-please-action) from 4 to 4.4.1.
- [Release notes](https://github.com/googleapis/release-please-action/releases)
- [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/release-please-action/compare/v4...v4.4.1)

---
updated-dependencies:
- dependency-name: googleapis/release-please-action
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-29 11:46:23 +01:00
dependabot[bot]
97b84fbfd0
chore(deps): bump actions/checkout from 4 to 6 (#512)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-28 12:08:45 +01:00
Alex Jones
9a99e699af
fix: synchronize Cargo.lock and update release workflow to keep it in sync (#477)
Updates Cargo.lock to match current workspace versions (v0.9.11) so that
`cargo build --locked` works for downstream packagers (e.g. macports).

Adds a post-processing step to the release-please workflow that runs
`cargo update --workspace` on release PRs, ensuring future version bumps
also update the lock file.

Fixes #476

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-20 20:57:21 +01:00
Alex Jones
f21677927b fix(ci): use RELEASE_TOKEN in release-please to trigger downstream workflows
GITHUB_TOKEN events don't trigger other workflows, so the Release
workflow never fired on release:published. Using a PAT fixes this.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 13:05:16 +01:00
Alex Jones
727ab4524d ci: configure release-please for automated release management
Replaces manual tag-and-push workflow with release-please, which
auto-creates release PRs with version bumps and changelogs on merge
to main. Existing release.yml build pipeline is unchanged — it still
triggers on v* tags created by release-please.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 21:00:58 +01:00
Alex
ac6639d1b4 feat: rebased
Signed-off-by: Alex <alexsimonjones@gmail.com>
2026-02-21 11:38:20 +00:00
Alex
c68914a5cd feat: adding release please
Signed-off-by: Alex <alexsimonjones@gmail.com>
2026-02-21 11:12:30 +00:00