Skip to content

Commit 55b500f

Browse files
authored
Set version to 1.16.1 (#2848)
1 parent 56c72d8 commit 55b500f

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## Unreleased
7-
8-
### Changed
9-
10-
* The `-g` is now passed to `curl` when checking links, to disable globbing, which could cause undesirable behavior when checking links containing characters like for example `[`, `{`, `&` or `?`. ([#2839], [#2842])
6+
## Version [v1.16.1] - 2025-11-21
117

128
### Fixed
139

10+
* The `-g` is now passed to `curl` when checking links, to disable globbing, which could cause undesirable behavior when checking links containing characters like for example `[`, `{`, `&` or `?`. ([#2839], [#2842])
1411
* Fixed insufficient paragraph spacing in HTML output for `@docs` blocks. ([#2845, #2847])
1512
* Don't expand `details` admonition by default. ([#2846, #2847])
1613
* Removed superfluous vertical space at end of `@docs` blocks. ([#2849])
@@ -1616,6 +1613,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16161613
[v1.14.1]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.14.1
16171614
[v1.15.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.15.0
16181615
[v1.16.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.16.0
1616+
[v1.16.1]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.16.1
16191617
[#198]: https://github.com/JuliaDocs/Documenter.jl/issues/198
16201618
[#245]: https://github.com/JuliaDocs/Documenter.jl/issues/245
16211619
[#487]: https://github.com/JuliaDocs/Documenter.jl/issues/487
@@ -2227,9 +2225,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22272225
[#2816]: https://github.com/JuliaDocs/Documenter.jl/issues/2816
22282226
[#2817]: https://github.com/JuliaDocs/Documenter.jl/issues/2817
22292227
[#2827]: https://github.com/JuliaDocs/Documenter.jl/issues/2827
2230-
[#2845]: https://github.com/JuliaDocs/Documenter.jl/issues/2845
2231-
[#2846]: https://github.com/JuliaDocs/Documenter.jl/issues/2846
2232-
[#2847]: https://github.com/JuliaDocs/Documenter.jl/issues/2847
2228+
[#2839]: https://github.com/JuliaDocs/Documenter.jl/issues/2839
2229+
[#2842]: https://github.com/JuliaDocs/Documenter.jl/issues/2842
22332230
[JuliaLang/julia#36953]: https://github.com/JuliaLang/julia/issues/36953
22342231
[JuliaLang/julia#38054]: https://github.com/JuliaLang/julia/issues/38054
22352232
[JuliaLang/julia#39841]: https://github.com/JuliaLang/julia/issues/39841

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Documenter"
22
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3-
version = "1.16.0"
3+
version = "1.16.1"
44

55
[deps]
66
ANSIColoredPrinters = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"

0 commit comments

Comments
 (0)