diff --git a/CHANGELOG.md b/CHANGELOG.md index 6afd5f4..092fb18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [0.7.0] - 2026-08-27 + ### Changed - The cluster skills now cover Alpine (CU Boulder / CURC) alongside Bodhi, @@ -594,7 +596,8 @@ First tagged release. installers (user, system-wide, and per-node fan-out), and a `bodhi-compute` Claude Code skill. -[Unreleased]: https://github.com/rnabioco/sinteractive/compare/v0.6.0...HEAD +[Unreleased]: https://github.com/rnabioco/sinteractive/compare/v0.7.0...HEAD +[0.7.0]: https://github.com/rnabioco/sinteractive/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/rnabioco/sinteractive/compare/v0.5.1...v0.6.0 [0.5.1]: https://github.com/rnabioco/sinteractive/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/rnabioco/sinteractive/compare/v0.4.0...v0.5.0 diff --git a/man/sinteractive.1 b/man/sinteractive.1 index b93689d..8446911 100644 --- a/man/sinteractive.1 +++ b/man/sinteractive.1 @@ -1,4 +1,4 @@ -.TH SINTERACTIVE 1 "August 2026" "sinteractive 0.6.0" "User Commands" +.TH SINTERACTIVE 1 "August 2026" "sinteractive 0.7.0" "User Commands" .SH NAME sinteractive \- start an interactive tmux session on a Slurm compute node .SH SYNOPSIS diff --git a/pixi.toml b/pixi.toml index 4306af0..468168e 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,7 +1,7 @@ [workspace] name = "sinteractive" # Keep in sync with VERSION in `sinteractive` and the release tag (vX.Y.Z). -version = "0.6.0" +version = "0.7.0" description = "Documentation site for sinteractive" channels = ["conda-forge"] platforms = ["linux-64", "osx-arm64"] diff --git a/sinteractive b/sinteractive index 2482a22..8f47540 100755 --- a/sinteractive +++ b/sinteractive @@ -19,7 +19,7 @@ set -u TMUX_BIN="${SINTERACTIVE_TMUX:-/usr/local/bin/tmux}" JOB_ID='' # Reported by --version; keep in sync with the release tag (vX.Y.Z). -VERSION='0.6.0' +VERSION='0.7.0' # Basename for error messages ($0 is the full install path — noisy). PROG="${0##*/}"