Skip to content

Commit

Permalink
Merge pull request #96 from zombocom/schneems/v4.1.2
Browse files Browse the repository at this point in the history
v4.1.2
  • Loading branch information
schneems authored Dec 16, 2024
2 parents 8ed2ea2 + 1cc19b5 commit 500fd85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## HEAD

## 4.1.2

- 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)

## 4.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/rundoc/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rundoc
VERSION = "4.1.1"
VERSION = "4.1.2"
end

0 comments on commit 500fd85

Please sign in to comment.