dig-store-cache 0.1.1

On-disk LRU (pluggable-policy), pin-aware, crash-safe cache of already-verified DIG `.dig` capsules for the DIG Node — the cache + reshare leg of the content-replication flywheel.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Changelog

All notable changes to this project are documented here.
This project adheres to [Semantic Versioning](https://semver.org) and
[Conventional Commits](https://www.conventionalcommits.org).

## [0.1.1] - 2026-07-22

### CI
- **lockfile:** Gate Cargo.lock own-version + --locked in ci (#2)

## [0.1.0] - 2026-07-21

### Features
- Dig-store-cache v0.1.0 — on-disk verified-capsule cache (#1)