Skip to content

Commit 2123d7a

Browse files
authored
Set version to 1.8.0 (#2600)
1 parent 52b1f17 commit 2123d7a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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
6+
## Version [v1.8.0] - 2024-11-07
7+
8+
### Changed
9+
10+
* `deploydocs` now ignores any global GPG signing Git settings (i.e. `commit.gpgSign = false`). ([#2592])
711

812
### Fixed
913

@@ -1399,6 +1403,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13991403
[v1.5.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.5.0
14001404
[v1.6.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.6.0
14011405
[v1.7.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.7.0
1406+
[v1.8.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.8.0
14021407
[#198]: https://github.com/JuliaDocs/Documenter.jl/issues/198
14031408
[#245]: https://github.com/JuliaDocs/Documenter.jl/issues/245
14041409
[#487]: https://github.com/JuliaDocs/Documenter.jl/issues/487
@@ -1909,6 +1914,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19091914
[#2562]: https://github.com/JuliaDocs/Documenter.jl/issues/2562
19101915
[#2569]: https://github.com/JuliaDocs/Documenter.jl/issues/2569
19111916
[#2571]: https://github.com/JuliaDocs/Documenter.jl/issues/2571
1917+
[#2592]: https://github.com/JuliaDocs/Documenter.jl/issues/2592
19121918
[#2593]: https://github.com/JuliaDocs/Documenter.jl/issues/2593
19131919
[JuliaLang/julia#36953]: https://github.com/JuliaLang/julia/issues/36953
19141920
[JuliaLang/julia#38054]: https://github.com/JuliaLang/julia/issues/38054

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.7.0"
3+
version = "1.8.0"
44

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

0 commit comments

Comments
 (0)