Release v0.1.2.

Bump version; sync uv.lock; README upgrade examples point at v0.1.2.
This commit is contained in:
2026-07-07 16:59:22 +02:00
parent 4976002f9c
commit 07c5cf18ea
3 changed files with 4 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ phase-memory must be a sibling checkout at `../phase-memory` by default, or set
### Upgrade after a release
When a new tag is published on Forgejo (e.g. `v0.1.1`):
When a new tag is published on Forgejo (e.g. `v0.1.2`):
```bash
cd ~/ops-warden
@@ -98,7 +98,7 @@ Check out a specific release:
```bash
git fetch --tags origin
git checkout v0.1.1
git checkout v0.1.2
make install-all
```