diff --git a/CHANGELOG.md b/CHANGELOG.md index 54003f6..1852c9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 9b8f435..8c526e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3688,7 +3688,7 @@ checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea" [[package]] name = "sint" -version = "1.1.0" +version = "1.2.0" dependencies = [ "anyhow", "assert_cmd", @@ -3720,7 +3720,7 @@ dependencies = [ [[package]] name = "sint-core" -version = "1.1.0" +version = "1.2.0" dependencies = [ "anyhow", "libc", @@ -3738,7 +3738,7 @@ dependencies = [ [[package]] name = "sint-proto" -version = "1.1.0" +version = "1.2.0" dependencies = [ "serde", "serde_json", @@ -3746,7 +3746,7 @@ dependencies = [ [[package]] name = "sint-zellij" -version = "1.1.0" +version = "1.2.0" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index d51a107..321409f 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.1.0" +version = "1.2.0" edition = "2021" rust-version = "1.85" license = "MIT" diff --git a/crates/sint/tests/cli.rs b/crates/sint/tests/cli.rs index db9a09f..1567091 100644 --- a/crates/sint/tests/cli.rs +++ b/crates/sint/tests/cli.rs @@ -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] diff --git a/docs/deploy.md b/docs/deploy.md index b6266af..f176a6b 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.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) diff --git a/man/sinteractive.1 b/man/sinteractive.1 index 360a987..88b6e76 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.1.0" +.TH sinteractive 1 "sinteractive 1.2.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.1.0 +v1.2.0