batpak 0.2.0

Event sourcing with causal graphs and policy gates. Sync API, zero async.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Releasing `batpak`

## Before Tagging

```bash
cargo xtask ci
cargo xtask docs
cargo xtask release --dry-run
```

## Release Checklist

1. Update `CHANGELOG.md`
2. Verify docs and examples still match the public API
3. Confirm guide and rustdoc build cleanly
4. Create a version/tag PR if needed
5. Use the release workflow or tag-based publish flow