From 07c5cf18ea21fec4f0dfeb49302c3eb01cfcda99 Mon Sep 17 00:00:00 2001 From: tegwick Date: Tue, 7 Jul 2026 16:59:22 +0200 Subject: [PATCH] Release v0.1.2. Bump version; sync uv.lock; README upgrade examples point at v0.1.2. --- README.md | 4 ++-- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c0ea3a..cd4e10c 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/pyproject.toml b/pyproject.toml index bc62158..814749e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ diff --git a/uv.lock b/uv.lock index d6d0f5f..e920abb 100644 --- a/uv.lock +++ b/uv.lock @@ -131,7 +131,7 @@ wheels = [ [[package]] name = "ops-warden" -version = "0.1.0" +version = "0.1.2" source = { editable = "." } dependencies = [ { name = "httpx" },