Skip to content

Commit e628772

Browse files
chore(main): release 0.5.0
1 parent 3620047 commit e628772

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.1"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/ROCm/spur/compare/v0.4.1...v0.5.0) (2026-07-15)
4+
5+
6+
### Features
7+
8+
* **spur-cli:** add -V/--version support across all binaries and CLI entry points ([#437](https://github.com/ROCm/spur/issues/437)) ([fa358b8](https://github.com/ROCm/spur/commit/fa358b800b0105a6aec233865ac9dffc58cc0fea))
9+
* **spur-cli:** honor SRUN_/SALLOC_/SLURM_ env-var defaults for srun … ([#421](https://github.com/ROCm/spur/issues/421)) ([ac53a26](https://github.com/ROCm/spur/commit/ac53a26eb6f30a949f9ebef5b011a2b9236e6f55))
10+
* **spur-cli:** support slurm-buildkite bridge (comment readback, parsable, script args, format literals, squeue --name) ([#443](https://github.com/ROCm/spur/issues/443)) ([bd4abbc](https://github.com/ROCm/spur/commit/bd4abbce80286ec67b4d0cad72644ba3dc0d017a))
11+
12+
13+
### Bug Fixes
14+
15+
* **spur-spank:** rename SPANK exports to Slurm-compatible symbols ([#429](https://github.com/ROCm/spur/issues/429)) ([3620047](https://github.com/ROCm/spur/commit/3620047f98595ecb7c9423713089ea3ec56ebeca))
16+
* **spurctld:** evict job to nodefail on partial multi-node dispatch failure ([#426](https://github.com/ROCm/spur/issues/426)) ([0a08108](https://github.com/ROCm/spur/commit/0a08108998b7d8408322a728f6416ef017fab0d2))
17+
* **spurctld:** raise grpc message-size limits and cap job submission size ([#442](https://github.com/ROCm/spur/issues/442)) ([91ab393](https://github.com/ROCm/spur/commit/91ab39334ded92081b2f0a06abb200e89ff9a10a))
18+
* **spurctld:** stop counting preemption requeues against the failure-requeue hold limit ([#431](https://github.com/ROCm/spur/issues/431)) ([35485a2](https://github.com/ROCm/spur/commit/35485a277ad95c5c0a58ab3993248d9403c6e53c))
19+
* **spurctld:** wire QOS priority into scheduling and preemption ([#430](https://github.com/ROCm/spur/issues/430)) ([8923528](https://github.com/ROCm/spur/commit/892352891052b5c787c7eabb58f94a698e3cc677))
20+
321
## [0.4.1](https://github.com/ROCm/spur/compare/v0.4.0...v0.4.1) (2026-07-10)
422

523

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ members = [
2020
]
2121

2222
[workspace.package]
23-
version = "0.4.1"
23+
version = "0.5.0"
2424
edition = "2021"
2525
license = "Apache-2.0"
2626
publish = false

0 commit comments

Comments
 (0)