From 1a97f7a7b3e9f09cb85db6ecd5fd38546428efac Mon Sep 17 00:00:00 2001 From: Schneems Date: Thu, 21 Nov 2024 19:33:14 -0600 Subject: [PATCH] v3.1.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 cc5cc0d..132885c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## HEAD +## 3.1.1 + - Fix: Include all code sections in the event of a failure, not just the last one (https://github.com/zombocom/rundoc/pull/71) ## 3.1.0 diff --git a/lib/rundoc/version.rb b/lib/rundoc/version.rb index 22fa979..3499329 100644 --- a/lib/rundoc/version.rb +++ b/lib/rundoc/version.rb @@ -1,3 +1,3 @@ module Rundoc - VERSION = "3.1.0" + VERSION = "3.1.1" end