From 95f3d4f508e24121b1c6bdf9f95657e8d0e1529d Mon Sep 17 00:00:00 2001 From: Jay Hesselberth Date: Fri, 18 Sep 2026 11:53:42 -0600 Subject: [PATCH] chore(release): v1.4.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- docs/deploy.md | 2 +- man/sinteractive.1 | 4 ++-- 5 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad377c2..f6f28b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [1.4.0] - 2026-09-18 + ### Added - `sinteractive list --full`, which adds node, partition and elapsed/limit @@ -972,7 +974,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.3.0...HEAD +[Unreleased]: https://github.com/rnabioco/sinteractive/compare/v1.4.0...HEAD +[1.4.0]: https://github.com/rnabioco/sinteractive/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/rnabioco/sinteractive/compare/v1.2.0...v1.3.0 [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 diff --git a/Cargo.lock b/Cargo.lock index 50ac4ab..c614850 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3688,7 +3688,7 @@ checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea" [[package]] name = "sint" -version = "1.3.0" +version = "1.4.0" dependencies = [ "anyhow", "assert_cmd", @@ -3720,7 +3720,7 @@ dependencies = [ [[package]] name = "sint-core" -version = "1.3.0" +version = "1.4.0" dependencies = [ "anyhow", "libc", @@ -3738,7 +3738,7 @@ dependencies = [ [[package]] name = "sint-proto" -version = "1.3.0" +version = "1.4.0" dependencies = [ "serde", "serde_json", @@ -3746,7 +3746,7 @@ dependencies = [ [[package]] name = "sint-zellij" -version = "1.3.0" +version = "1.4.0" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 7ac2332..a748929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.3.0" +version = "1.4.0" edition = "2021" rust-version = "1.85" license = "MIT" diff --git a/docs/deploy.md b/docs/deploy.md index c4a3871..4c41702 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -92,7 +92,7 @@ Then check it: ```bash sinteractive doctor -# ✓ binary /home/me/.local/bin/sinteractive 1.3.0 (zellij 0.45.1) +# ✓ binary /home/me/.local/bin/sinteractive 1.4.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) diff --git a/man/sinteractive.1 b/man/sinteractive.1 index c2fba0c..de89033 100644 --- a/man/sinteractive.1 +++ b/man/sinteractive.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH sinteractive 1 "sinteractive 1.3.0" +.TH sinteractive 1 "sinteractive 1.4.0" .SH NAME sinteractive \- Persistent interactive sessions on Slurm compute nodes .SH SYNOPSIS @@ -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.3.0 +v1.4.0