From b22ba1be1c59034ed67a8cd81a57fa7da9a0459b Mon Sep 17 00:00:00 2001 From: Daniel Nichols Date: Mon, 6 May 2024 12:30:59 -0400 Subject: [PATCH] bump v0.0.12 (#91) * bump v0.0.12 --- CHANGELOG.md | 5 +++++ README.md | 6 +++--- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a964a85..1d8ca2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +### 0.0.12 + +- adds ability to persist jobs in the job view so that they stay until + deleted. See the `slurm-dashboard.job-dashboard.persistJobs` setting. + ### 0.0.11 - lowered minimum required vscode version to 1.81.1 and added testing for more diff --git a/README.md b/README.md index 2be7112..cb50e10 100644 --- a/README.md +++ b/README.md @@ -95,10 +95,10 @@ Issues can be submitted under the [issues tab on GitHub](https://github.com/Dand See the [Changelog](/CHANGELOG.md) for the entire change history. -### 0.0.11 +### 0.0.12 -- lowered minimum required vscode version to 1.81.1 and added testing for more - vscode releases +- adds ability to persist jobs in the job view so that they stay until + deleted. See the `slurm-dashboard.job-dashboard.persistJobs` setting. # License diff --git a/package.json b/package.json index f1049ac..6cb1100 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Slurm Dashboard", "publisher": "danielnichols", "description": "A dashboard for the Slurm workload manager.", - "version": "0.0.11", + "version": "0.0.12", "author": { "name": "Daniel Nichols", "url": "https://cs.umd.edu/~dnicho"