Skip to content

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 27 Jun 22:22
e5bdf0f

Changelog v0.2.4

All notable changes to kprun are documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[0.2.4] - 2026-06-28

Changed

  • README clarifies scripts and automation features

Fixed

  • Integration tests that spawn kprun with KPRUN_TEST_MASTER declare test-hooks as a required feature so cargo test --all skips them instead of hanging on stdin
  • Removed duplicate license-file from the kprun crate manifest; Cargo no longer warns about duplicated license metadata

Full commit list
  • docs: add CLAUDE.md with CI-aligned dev instructions
  • fix(test): require test-hooks for vault-unlock integration tests (#28)
  • fix(manifest): remove duplicate license-file (Fixes #24) (#27)
  • docs: update README to enhance clarity on scripts and automation features