Skip to content

Commit dcb00f5

Browse files
authored
Merge branch 'main' into fix/issue11893
2 parents 949d405 + 3ff49d5 commit dcb00f5

File tree

3 files changed

+1012
-1008
lines changed

3 files changed

+1012
-1008
lines changed

news/changelog-1.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ All changes included in 1.7:
6565
### `julia`
6666

6767
- ([#11659](https://github.com/quarto-dev/quarto-cli/pull/11659)): Fix escaping bug where paths containing spaces or backslashes break server startup on Windows.
68-
- ([#11928](https://github.com/quarto-dev/quarto-cli/pull/11928)): Update QuartoNotebookRunner to 0.12.0.
68+
- ([#12020](https://github.com/quarto-dev/quarto-cli/pull/12020)): Update QuartoNotebookRunner to 0.12.1.
6969

7070
## Other Fixes and Improvements
7171

src/resources/julia/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
QuartoNotebookRunner = "4c0109c6-14e9-4c88-93f0-2b974d3468f4"
33

44
[compat]
5-
QuartoNotebookRunner = "=0.12.0"
5+
QuartoNotebookRunner = "=0.12.1"

0 commit comments

Comments
 (0)