Bump version to 0.7.1
Author:
Chris Tusa <chris.tusa@leafscale.com>
Date:
Jul 16, 2026 10:29
Changeset:
07cbce6d3247ba52cd571a7a5a4211b9ef349d04
Branch:
default
Tags:
v0.7.1
Changed files:
Diff
diff -r 6ebbce2c55ce -r 07cbce6d3247 README.md --- a/README.md Thu Jul 16 10:29:04 2026 -0500 +++ b/README.md Thu Jul 16 10:29:20 2026 -0500 @@ -1,6 +1,6 @@ # repoman -**A safety harness for AI-assisted development.** Per-project Incus containers + opinionated NFS backup. Current version: **v0.7.0**. +**A safety harness for AI-assisted development.** Per-project Incus containers + opinionated NFS backup. Current version: **v0.7.1**. `repoman` runs each of your projects inside its own [Incus](https://linuxcontainers.org/incus/) (LXC) container with the repo bind-mounted in, so AI coding agents can work with broad permissions inside the container while your host OS, your other projects, and the source repo on disk stay protected. See [BLURB.md](BLURB.md) for the marketing pitch and [VISION.md](VISION.md) for the design rationale. diff -r 6ebbce2c55ce -r 07cbce6d3247 reef.toml --- a/reef.toml Thu Jul 16 10:29:04 2026 -0500 +++ b/reef.toml Thu Jul 16 10:29:20 2026 -0500 @@ -1,6 +1,6 @@ [package] name = "repoman" -version = "0.7.0" +version = "0.7.1" author = "Chris Tusa <chris.tusa@leafscale.com>" description = "Per-project Incus containers + opinionated NFS/ZFS backup" license = "MIT" diff -r 6ebbce2c55ce -r 07cbce6d3247 src/cli.reef --- a/src/cli.reef Thu Jul 16 10:29:04 2026 -0500 +++ b/src/cli.reef Thu Jul 16 10:29:20 2026 -0500 @@ -965,7 +965,7 @@ end cmd_profile_show fn version_string(): string - return "repoman 0.7.0" + return "repoman 0.7.1" end version_string // Build the Claude history slug directory for a repo path: the absolute