Skip to content

Commit e9e2fff

Browse files
authored
Merge pull request #100 from zombocom/schneems/v4.1.3
v4.1.3
2 parents c682c98 + eea18b2 commit e9e2fff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## HEAD
22

3+
## 4.1.3
4+
35
- Fix: Internal error in `background.wait` introduced in 4.1.2 (https://github.com/zombocom/rundoc/pull/97)
46
- 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)
57

lib/rundoc/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Rundoc
2-
VERSION = "4.1.2"
2+
VERSION = "4.1.3"
33
end

0 commit comments

Comments
 (0)