Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 02 May 23:28
6bfacbe

0.3.0 (2026-05-02)

⚠ BREAKING CHANGES

  • collapse to single crate; rewrite release pipeline

Features

  • collapse to single crate; rewrite release pipeline (9e42709)
  • migrate to hickory 0.26 (#7) (f76a633)

Bug Fixes

  • bump vacant-core path-dep version constraint to 0.2.0 (578f1dd)
  • bundle rules.toml inside vacant-cli crate so cargo publish includes it (f4379a2)
  • ci: drop extra-files; release-please rust type already bumps workspace members (77d066f)
  • ci: drop workspace.dependencies; declare path-dep directly in vacant-cli (4f3a7e1)
  • ci: give each crate a literal version so release-please can bump it (fde9597)
  • ci: per-crate CHANGELOG.md (release-please rejects '..' in path) (888f94a)
  • deps: update rust crate rand to 0.10 (#4) (a1e5de5)
  • pack README in vacant-core tarball (57db13b)

Miscellaneous Chores

CI/CD Changes

  • add cargo-dist for cross-platform binary distribution (af86ba8)
  • add PR-CI (fmt, clippy, build, test) and clear pre-existing lints (05aff1d)
  • add release-please workflow for automated versioning (8e56384)
  • align release-please config to alltuner conventions (baedfcf)
  • chain dist into release-please via workflow_call (fixes 0.2.2 trigger gap) (d65a828)
  • filter dist trigger to vacant-v* tags only (56dad22)
  • release: auto-bump vacant-core path-dep version constraint (e878273)
  • track both crates with linked-versions; publish to crates.io on release (bc1fe50)