Release v0.1.2.
Bump version; sync uv.lock; README upgrade examples point at v0.1.2.
This commit is contained in:
parent
4976002f9c
commit
07c5cf18ea
3 changed files with 4 additions and 4 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
2
uv.lock
generated
2
uv.lock
generated
|
|
@ -131,7 +131,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "ops-warden"
|
||||
version = "0.1.0"
|
||||
version = "0.1.2"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "httpx" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue