Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 3.26 KB

File metadata and controls

48 lines (31 loc) · 3.26 KB

Changelog

0.3.0-rc.1 (2026-03-26)

Features

  • Add git-chain (2a2cfea)
  • Add git-ledger (2a2cfea)
  • Implement relation operations in git-metadata (7725be8)

Bug Fixes

  • Apply clippy suggestions (search_is_some in tests, fmt in main.rs) (6f83928)
  • Handle slash in link keys and batch prune commits in git-metadata (a37fb3e)

0.2.1 (2026-03-20)

Miscellaneous Chores

0.1.0 (2026-03-11)

⚠ BREAKING CHANGES

  • metadata_remove no longer takes MetadataOptions

Features

  • Add executor (exe) and CLI implementation (10d9c07)
  • Add initial trait method and accompanying implementation (c4ed9f8)
  • Add man generation to CLI (275207f)
  • Add metadata trait method definitions (30ef2eb)
  • Add metadata trait method implementations (30ef2eb)
  • Auto-detect fanout depth on read and remove (bd86065)
  • Glob matching for remove patterns (*, **, prefix match) (4cf0d90)
  • Path-based metadata API following git-notes semantics (4cf0d90)
  • Resolve revisions (HEAD, refs, short OIDs) in all object arguments (4cf0d90)

Bug Fixes

  • Auto-detect fanout depth and correct shard level semantics (bd86065)
  • Correct release-please manifest package key (88f4ec1)
  • Remove cargo-workspace plugin for single-crate repo (1d19a7d)
  • Shard-level default changed from 2 to 1 (git-notes compatible) (bd86065)