From eea18b2906dfd4ea1e73dddb06d15db5c0489f34 Mon Sep 17 00:00:00 2001 From: Schneems Date: Mon, 16 Dec 2024 12:16:44 -0600 Subject: [PATCH] v4.1.3 --- CHANGELOG.md | 2 ++ lib/rundoc/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6417f5f..9ba2409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## HEAD +## 4.1.3 + - Fix: Internal error in `background.wait` introduced in 4.1.2 (https://github.com/zombocom/rundoc/pull/97) - Fix: Website commands such as `:::>> website.visit(...)` now use lazy lookup (like Background tasks since 4.1.2). This allows `pre.erb` to be used with these commands (https://github.com/zombocom/rundoc/pull/98) diff --git a/lib/rundoc/version.rb b/lib/rundoc/version.rb index 7f01bce..f44098d 100644 --- a/lib/rundoc/version.rb +++ b/lib/rundoc/version.rb @@ -1,3 +1,3 @@ module Rundoc - VERSION = "4.1.2" + VERSION = "4.1.3" end