Skip to content

Commit 022c013

Browse files
authored
Set version to 1.12.0 (#2739)
1 parent 25f9027 commit 022c013

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 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.12.0] - 2025-06-06
77

88
### Added
99

@@ -1537,6 +1537,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15371537
[v1.11.2]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.11.2
15381538
[v1.11.3]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.11.3
15391539
[v1.11.4]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.11.4
1540+
[v1.12.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.12.0
15401541
[#198]: https://github.com/JuliaDocs/Documenter.jl/issues/198
15411542
[#245]: https://github.com/JuliaDocs/Documenter.jl/issues/245
15421543
[#487]: https://github.com/JuliaDocs/Documenter.jl/issues/487
@@ -2105,6 +2106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21052106
[#2722]: https://github.com/JuliaDocs/Documenter.jl/issues/2722
21062107
[#2723]: https://github.com/JuliaDocs/Documenter.jl/issues/2723
21072108
[#2729]: https://github.com/JuliaDocs/Documenter.jl/issues/2729
2109+
[#2737]: https://github.com/JuliaDocs/Documenter.jl/issues/2737
21082110
[JuliaLang/julia#36953]: https://github.com/JuliaLang/julia/issues/36953
21092111
[JuliaLang/julia#38054]: https://github.com/JuliaLang/julia/issues/38054
21102112
[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.11.4"
3+
version = "1.12.0"
44

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

0 commit comments

Comments
 (0)