Skip to content

Commit 500fd85

Browse files
authored
Merge pull request #96 from zombocom/schneems/v4.1.2
v4.1.2
2 parents 8ed2ea2 + 1cc19b5 commit 500fd85

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.2
4+
35
- Fix: Background task name lookup is now lazy, this fixes a bug when using `:::>- pre.erb background.start(...)` (https://github.com/zombocom/rundoc/pull/95)
46

57
## 4.1.1

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.1"
2+
VERSION = "4.1.2"
33
end

0 commit comments

Comments
 (0)