From a6f6c0c7e33f4b0c3fab38811ac691d646e2d46c Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Sat, 2 Mar 2024 16:17:18 +0530 Subject: [PATCH] Set version to 1.3.0 (#2468) --- CHANGELOG.md | 6 +++++- Project.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1269ea7deb..1d0b4501db 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.3.0] - 2024-03-01 ### Added @@ -1321,6 +1321,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v1.1.2]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.1.2 [v1.2.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.2.0 [v1.2.1]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.2.1 +[v1.3.0]: https://github.com/JuliaDocs/Documenter.jl/releases/tag/v1.3.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 @@ -1791,6 +1792,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#2348]: https://github.com/JuliaDocs/Documenter.jl/issues/2348 [#2364]: https://github.com/JuliaDocs/Documenter.jl/issues/2364 [#2365]: https://github.com/JuliaDocs/Documenter.jl/issues/2365 +[#2366]: https://github.com/JuliaDocs/Documenter.jl/issues/2366 [#2373]: https://github.com/JuliaDocs/Documenter.jl/issues/2373 [#2374]: https://github.com/JuliaDocs/Documenter.jl/issues/2374 [#2375]: https://github.com/JuliaDocs/Documenter.jl/issues/2375 @@ -1799,9 +1801,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#2408]: https://github.com/JuliaDocs/Documenter.jl/issues/2408 [#2414]: https://github.com/JuliaDocs/Documenter.jl/issues/2414 [#2415]: https://github.com/JuliaDocs/Documenter.jl/issues/2415 +[#2424]: https://github.com/JuliaDocs/Documenter.jl/issues/2424 [#2430]: https://github.com/JuliaDocs/Documenter.jl/issues/2430 [#2438]: https://github.com/JuliaDocs/Documenter.jl/issues/2438 [#2441]: https://github.com/JuliaDocs/Documenter.jl/issues/2441 +[#2449]: https://github.com/JuliaDocs/Documenter.jl/issues/2449 [#2458]: https://github.com/JuliaDocs/Documenter.jl/issues/2458 [#2459]: https://github.com/JuliaDocs/Documenter.jl/issues/2459 [#2460]: https://github.com/JuliaDocs/Documenter.jl/issues/2460 diff --git a/Project.toml b/Project.toml index 2b86e05afe..46f1d71379 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Documenter" uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4" -version = "1.3.0-dev" +version = "1.3.0" [deps] ANSIColoredPrinters = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"