From d3a7f2aea778627a055fe532253668eb401d387b Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki Date: Sat, 3 Oct 2020 04:50:49 +0900 Subject: [PATCH] version 0.10.6 --- NEWS.md | 15 ++++++++++++++- Project.toml | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 4742d7d..622559d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,19 @@ ## Release notes for Weave.jl -### v0.10 - 2020/05/18 +### v0.10.6 – 2020/10/03 + +improvements: +- cleaned up chunk rendering (removed unnecessary extra newlines): #401 +- `WEAVE_ARGS` now can take arbitrary objects: https://github.com/JunoLab/Weave.jl/commit/c24a2621359b5d0af1bb6825f488e58cc11b8a9e +- improved docs: #397 by @baggepinnen + +bug fixes +- fixed #398: #399 +- removed unnecessary quote for markdown output: https://github.com/JunoLab/Weave.jl/commit/a1830e05029f33195627ec5dedbacb30af23947e +- fixed #386: #396 by @torfjelde + + +### v0.10 – 2020/05/18 improvements: - `weave` is now integrated with Juno's progress bar; just call `weave` function inside Juno or use `julia-client: weave-to-html(pdf)` command (#331) diff --git a/Project.toml b/Project.toml index bc4fe11..62ede36 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Weave" uuid = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9" -version = "0.10.5" +version = "0.10.6" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"