diff --git a/news/changelog-1.7.md b/news/changelog-1.7.md index 95bc2c66df2..739db12bf05 100644 --- a/news/changelog-1.7.md +++ b/news/changelog-1.7.md @@ -122,7 +122,7 @@ All changes included in 1.7: ### `julia` - ([#11803](https://github.com/quarto-dev/quarto-cli/pull/11803)): Added subcommands `status`, `kill`, `close [--force]` and `log` under the new CLI command `quarto call engine julia`. -- ([#12121](https://github.com/quarto-dev/quarto-cli/pull/12121)): Update QuartoNotebookRunner to 0.16.0. Support for evaluating Python cells via [PythonCall.jl](https://github.com/JuliaPy/PythonCall.jl) added. Support for notebook caching via `execute.cache` added. +- ([#12121](https://github.com/quarto-dev/quarto-cli/pull/12121)): Update QuartoNotebookRunner to 0.17.0. Support for evaluating Python cells via [PythonCall.jl](https://github.com/JuliaPy/PythonCall.jl) added. Support for notebook caching via `execute.cache` added. - ([#12151](https://github.com/quarto-dev/quarto-cli/pull/12151)): Basic YAML validation is now active for documents using Julia engine. ### `jupyter` diff --git a/src/resources/julia/Project.toml b/src/resources/julia/Project.toml index 1932ce583ac..605ada4b648 100644 --- a/src/resources/julia/Project.toml +++ b/src/resources/julia/Project.toml @@ -2,4 +2,4 @@ QuartoNotebookRunner = "4c0109c6-14e9-4c88-93f0-2b974d3468f4" [compat] -QuartoNotebookRunner = "=0.16.0" +QuartoNotebookRunner = "=0.17.0"