From 4fac38a0b744dcb6d0e72d3ce60277731393d300 Mon Sep 17 00:00:00 2001 From: Schneems Date: Wed, 20 Nov 2024 15:07:34 -0600 Subject: [PATCH] v3.0.1 --- CHANGELOG.md | 2 ++ lib/rundoc/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1854fe..9900553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## HEAD +## 3.0.1 + - Fix: Save in-progress work in the "failure" directory when the rundoc command is interrupted via a signal such as `SIGTERM` (https://github.com/zombocom/rundoc/pull/67) ## 3.0.0 diff --git a/lib/rundoc/version.rb b/lib/rundoc/version.rb index d707f1d..cba06c6 100644 --- a/lib/rundoc/version.rb +++ b/lib/rundoc/version.rb @@ -1,3 +1,3 @@ module Rundoc - VERSION = "3.0.0" + VERSION = "3.0.1" end