Skip to content

Commit b298f5c

Browse files
committed
Set version to 1.10.2
1 parent 5b8f9af commit b298f5c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
6+
## Version [v1.10.2] - 2025-04-25
77

88
### Fixed
99

@@ -1469,6 +1469,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14691469
[v1.8.1]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.8.1
14701470
[v1.9.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.9.0
14711471
[v1.10.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.10.0
1472+
[v1.10.1]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.10.1
1473+
[v1.10.2]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.10.2
14721474
[#198]: https://github.com/JuliaDocs/Documenter.jl/issues/198
14731475
[#245]: https://github.com/JuliaDocs/Documenter.jl/issues/245
14741476
[#487]: https://github.com/JuliaDocs/Documenter.jl/issues/487
@@ -1838,6 +1840,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18381840
[#1912]: https://github.com/JuliaDocs/Documenter.jl/issues/1912
18391841
[#1919]: https://github.com/JuliaDocs/Documenter.jl/issues/1919
18401842
[#1924]: https://github.com/JuliaDocs/Documenter.jl/issues/1924
1843+
[#1929]: https://github.com/JuliaDocs/Documenter.jl/issues/1929
18411844
[#1930]: https://github.com/JuliaDocs/Documenter.jl/issues/1930
18421845
[#1931]: https://github.com/JuliaDocs/Documenter.jl/issues/1931
18431846
[#1932]: https://github.com/JuliaDocs/Documenter.jl/issues/1932
@@ -2013,6 +2016,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20132016
[#2659]: https://github.com/JuliaDocs/Documenter.jl/issues/2659
20142017
[#2662]: https://github.com/JuliaDocs/Documenter.jl/issues/2662
20152018
[#2674]: https://github.com/JuliaDocs/Documenter.jl/issues/2674
2019+
[#2675]: https://github.com/JuliaDocs/Documenter.jl/issues/2675
2020+
[#2685]: https://github.com/JuliaDocs/Documenter.jl/issues/2685
20162021
[JuliaLang/julia#36953]: https://github.com/JuliaLang/julia/issues/36953
20172022
[JuliaLang/julia#38054]: https://github.com/JuliaLang/julia/issues/38054
20182023
[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.10.1"
3+
version = "1.10.2"
44

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

0 commit comments

Comments
 (0)