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]

## [1.2.0] - 2026-09-05

### Changed

- The agent briefing and the `hpc-compute`, `hpc-storage` and `slurm-batch`
Expand Down Expand Up @@ -921,7 +923,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/v1.1.0...HEAD
[Unreleased]: https://github.com/rnabioco/sinteractive/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/rnabioco/sinteractive/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/rnabioco/sinteractive/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/rnabioco/sinteractive/compare/v0.7.0...v1.0.0
[0.7.0]: https://github.com/rnabioco/sinteractive/compare/v0.6.0...v0.7.0
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["crates/sint", "crates/sint-core", "crates/sint-proto", "crates/sint-
[workspace.package]
# Single source of truth for the version. The release step bumps this line;
# pixi.toml no longer carries a version.
version = "1.1.0"
version = "1.2.0"
edition = "2021"
rust-version = "1.85"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions crates/sint/tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ fn version_prints_the_workspace_version() {
.arg("--version")
.assert()
.success()
.stdout("sinteractive 1.1.0\n");
.stdout("sinteractive 1.2.0\n");
fx.sinteractive()
.arg("-V")
.assert()
.success()
.stdout("sinteractive 1.1.0\n");
.stdout("sinteractive 1.2.0\n");
}

#[test]
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Then check it:

```bash
sinteractive doctor
# ✓ binary /home/me/.local/bin/sinteractive 1.1.0 (zellij 0.45.1)
# ✓ binary /home/me/.local/bin/sinteractive 1.2.0 (zellij 0.45.1)
# ✓ plugin status plugin embedded
# ✓ bundle extracted to /home/me/.cache/sinteractive/bin/1a14af25b66b
# ✓ cache /home/me/.cache/sinteractive writable on nfs (2.0 GB)
Expand Down
4 changes: 2 additions & 2 deletions man/sinteractive.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH sinteractive 1 "sinteractive 1.1.0"
.TH sinteractive 1 "sinteractive 1.2.0"
.SH NAME
sinteractive \- Persistent interactive sessions on Slurm compute nodes
.SH SYNOPSIS
Expand Down Expand Up @@ -85,4 +85,4 @@ Generated output: completions, man page, JSON schemas
sinteractive\-help(1)
Print this message or the help of the given subcommand(s)
.SH VERSION
v1.1.0
v1.2.0
Loading