From 4ad72d84c5b43eb24394acfb2878d6eb3c03772f Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Mon, 27 Sep 2021 10:20:01 +0200 Subject: [PATCH] Add changelog entries for 0.27.7 and update version. (#1705) --- CHANGELOG.md | 8 +++++++- Project.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d88166cc8e..b9caf9f50e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## Version `v0.27.7` -* ![Bugfix][badge-bugfix] Fix an error when building documentation for the first time with `push_preview`. ([#1704][github-1704]) +* ![Bugfix][badge-bugfix] Fix an error when building documentation for the first time with `push_preview`. ([#1693][github-1693], [#1704][github-1704]) +* ![Bugfix][badge-bugfix] Fix a rare logger error for failed doctests. ([#1698][github-1698], [#1699][github-1699]) +* ![Bugfix][badge-bugfix] Fix an error occuring with `DocTestFilters = nothing` in `@meta` blocks. ([#1696][github-1696]) ## Version `v0.27.6` @@ -914,6 +916,10 @@ [github-1665]: https://github.com/JuliaDocs/Documenter.jl/pull/1665 [github-1687]: https://github.com/JuliaDocs/Documenter.jl/pull/1687 [github-1691]: https://github.com/JuliaDocs/Documenter.jl/pull/1691 +[github-1693]: https://github.com/JuliaDocs/Documenter.jl/issues/1693 +[github-1696]: https://github.com/JuliaDocs/Documenter.jl/pull/1696 +[github-1698]: https://github.com/JuliaDocs/Documenter.jl/issues/1698 +[github-1699]: https://github.com/JuliaDocs/Documenter.jl/pull/1699 [github-1704]: https://github.com/JuliaDocs/Documenter.jl/pull/1704 [julia-38079]: https://github.com/JuliaLang/julia/issues/38079 diff --git a/Project.toml b/Project.toml index c40c950865..ce3458d905 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Documenter" uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4" -version = "0.27.6" +version = "0.27.7" [deps] ANSIColoredPrinters = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"