Skip to content

Commit

Permalink
Add changelog entries for 0.27.7 and update version. (#1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored Sep 27, 2021
1 parent d01a54c commit 4ad72d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

2 comments on commit 4ad72d8

@fredrikekre
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Feature and bugfix release. See CHANGELOG.md for notable changes.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/45587

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.27.7 -m "<description of version>" 4ad72d84c5b43eb24394acfb2878d6eb3c03772f
git push origin v0.27.7

Please sign in to comment.