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
```

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "ops-warden"
version = "0.1.1"
version = "0.1.2"
description = "SSH CA and certificate lifecycle manager for ops actors"
requires-python = ">=3.11"
dependencies = [

2
uv.lock generated
View File

@@ -131,7 +131,7 @@ wheels = [
[[package]]
name = "ops-warden"
version = "0.1.0"
version = "0.1.2"
source = { editable = "." }
dependencies = [
{ name = "httpx" },