Skip to content

Releases: git-ents/git-metadata

git-metadata: v0.2.0

13 Mar 02:54
dc47c1b

Choose a tag to compare

0.2.0 (2026-03-12)

Features

  • Add MetadataIndex::metadata (fd7b179)
  • Add MetadataIndex::metadata_commit (fd7b179)

git-metadata: v0.1.0

11 Mar 04:35
161af60

Choose a tag to compare

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)