Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/sinteractive.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion sinteractive
Original file line number Diff line number Diff line change
Expand Up @@ -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##*/}"

Expand Down
Loading