generated from coulomb/repo-seed
Release v0.1.2.
Bump version; sync uv.lock; README upgrade examples point at v0.1.2.
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user