|

Bump version to 0.7.0

Author: Chris Tusa <chris.tusa@leafscale.com>
Date: Jul 15, 2026 11:31
Changeset: 99f652f00b7e0c89f046e65474d86ebaccdaef74
Branch: default
Tags: v0.7.0

Changed files:

Diff

diff -r c792cbf72723 -r 99f652f00b7e README.md
--- a/README.md	Wed Jul 15 11:31:03 2026 -0500
+++ b/README.md	Wed Jul 15 11:31:11 2026 -0500
@@ -1,6 +1,6 @@
 # repoman
 
-**A safety harness for AI-assisted development.** Per-project Incus containers + opinionated NFS backup. Current version: **v0.6.1**.
+**A safety harness for AI-assisted development.** Per-project Incus containers + opinionated NFS backup. Current version: **v0.7.0**.
 
 `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 c792cbf72723 -r 99f652f00b7e reef.toml
--- a/reef.toml	Wed Jul 15 11:31:03 2026 -0500
+++ b/reef.toml	Wed Jul 15 11:31:11 2026 -0500
@@ -1,6 +1,6 @@
 [package]
 name = "repoman"
-version = "0.6.1"
+version = "0.7.0"
 author = "Chris Tusa <chris.tusa@leafscale.com>"
 description = "Per-project Incus containers + opinionated NFS/ZFS backup"
 license = "MIT"
diff -r c792cbf72723 -r 99f652f00b7e src/cli.reef
--- a/src/cli.reef	Wed Jul 15 11:31:03 2026 -0500
+++ b/src/cli.reef	Wed Jul 15 11:31:11 2026 -0500
@@ -964,7 +964,7 @@
 end cmd_profile_show
 
 fn version_string(): string
-    return "repoman 0.6.1"
+    return "repoman 0.7.0"
 end version_string
 
 proc print_usage()