From a0257f939c2be20c7a68ecc02c4ada8210f29495 Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Wed, 4 Sep 2024 12:30:00 +1200 Subject: [PATCH] Set version to 1.7.0 (#2570) --- CHANGELOG.md | 3 ++- Project.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd6cfeb2f9..7904881c4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## UNRELEASED +## Version [v1.7.0] - 2024-09-04 ### Added @@ -1388,6 +1388,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v1.4.1]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.4.1 [v1.5.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.5.0 [v1.6.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.6.0 +[v1.7.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.7.0 [#198]: https://github.com/JuliaDocs/Documenter.jl/issues/198 [#245]: https://github.com/JuliaDocs/Documenter.jl/issues/245 [#487]: https://github.com/JuliaDocs/Documenter.jl/issues/487 diff --git a/Project.toml b/Project.toml index 2d8df51d4e..91aa494120 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Documenter" uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4" -version = "1.6.0" +version = "1.7.0" [deps] ANSIColoredPrinters = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"