Skip to content

Commit

Permalink
v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Nov 28, 2024
1 parent 292f6b8 commit 2bc81e9
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

## 3.1.2

- Fix: Using `rundoc.require` inside of a document that was `rundoc.require`-d now sources files from the correct relative document path (https://github.com/zombocom/rundoc/pull/84)
- Fix: `rundoc <file> --with-contents <dir>` now expands the path passed in to the `--with-contents` so relative paths can safely be used (https://github.com/zombocom/rundoc/pull/83)

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 = "3.1.1"
VERSION = "3.1.2"
end

0 comments on commit 2bc81e9

Please sign in to comment.