From 2ebdc65fb9eaa398cdbd25c0d52a9773d2bb0e7c Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Fri, 18 Oct 2024 01:25:47 +0100 Subject: [PATCH 1/2] Bump QuartoNotebookRunner.jl to 0.11.5 --- src/resources/julia/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/julia/Project.toml b/src/resources/julia/Project.toml index b130542c18..20f435e748 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.11.2" +QuartoNotebookRunner = "=0.11.5" From 040d71b6782cfb3c2e7fb57806ba0bf54db924ef Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Tue, 22 Oct 2024 21:02:39 +0100 Subject: [PATCH 2/2] Add changelog entry for #11013 --- news/changelog-1.6.md | 1 + 1 file changed, 1 insertion(+) diff --git a/news/changelog-1.6.md b/news/changelog-1.6.md index 1743764ed1..6caa78071e 100644 --- a/news/changelog-1.6.md +++ b/news/changelog-1.6.md @@ -92,6 +92,7 @@ All changes included in 1.6: ### `julia` - ([#10225](https://github.com/quarto-dev/quarto-cli/issues/10225)): Handle API change in `is_manifest_current` in Julia 1.11. +- ([#11013](https://github.com/quarto-dev/quarto-cli/issues/11013)): Fix QuartoNotebookRunner.jl precompilation failure on Julia 1.11. ### `jupyter`