Skip to content

Commit

Permalink
Merge pull request #100 from zombocom/schneems/v4.1.3
Browse files Browse the repository at this point in the history
v4.1.3
  • Loading branch information
schneems authored Dec 16, 2024
2 parents c682c98 + eea18b2 commit e9e2fff
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.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)

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.2"
VERSION = "4.1.3"
end

0 comments on commit e9e2fff

Please sign in to comment.