From dba1e50e5032d2b0e6ab97b4bb89901116d6573d Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Fri, 3 Jun 2022 11:29:11 +0200 Subject: [PATCH] Set version to 2.13.4. --- CHANGELOG.md | 9 ++++++--- Project.toml | 2 +- docs/Manifest.toml | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd4073..9059311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ 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] + +## [2.13.4] - 2022-06-03 ### Fixed - Automatic head branch detection (introduced in version 2.11.0) caused a performance regression since the `git remote show` command takes ~1 second. For documentation builds @@ -15,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 head branch on a per-repo basis, so the 1 second delay should only be noticed on the first run of the first file in a repo. As noted in the changelog entry for 2.11.0 it is also possible to specify the head branch by passing the `edit_commit` keyword argument. Doing - so will now completely skip the slow `git` command. ([#198][github-198]) + so will now completely skip the slow `git` command. ([8054d26][8054d26]) ## [2.13.3] - 2022-05-21 ### Fixed @@ -196,6 +198,7 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement [6d1aec9]: https://github.com/fredrikekre/Literate.jl/commit/6d1aec90b13c6ad888be0fdc77583e9c525b5dc1 [dc409d0]: https://github.com/fredrikekre/Literate.jl/commit/dc409d0f43a6282bee4e28e8e12bb6309942e5d5 [ceff7a3]: https://github.com/fredrikekre/Literate.jl/commit/ceff7a36be2a9152d853257bac97be00d915ba8e +[8054d26]: https://github.com/fredrikekre/Literate.jl/commit/8054d2630b72bc190913b9b92cdb16e367b1ea51 [github-116]: https://github.com/fredrikekre/Literate.jl/issues/116 [github-144]: https://github.com/fredrikekre/Literate.jl/issues/144 @@ -227,9 +230,9 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement [github-194]: https://github.com/fredrikekre/Literate.jl/pull/194 [github-195]: https://github.com/fredrikekre/Literate.jl/pull/195 [github-197]: https://github.com/fredrikekre/Literate.jl/issues/197 -[github-198]: https://github.com/fredrikekre/Literate.jl/pull/198 -[Unreleased]: https://github.com/fredrikekre/Literate.jl/compare/v2.13.3...HEAD +[Unreleased]: https://github.com/fredrikekre/Literate.jl/compare/v2.13.4...HEAD +[2.13.4]: https://github.com/fredrikekre/Literate.jl/compare/v2.13.3...v2.13.4 [2.13.3]: https://github.com/fredrikekre/Literate.jl/compare/v2.13.2...v2.13.3 [2.13.2]: https://github.com/fredrikekre/Literate.jl/compare/v2.13.1...v2.13.2 [2.13.1]: https://github.com/fredrikekre/Literate.jl/compare/v2.13.0...v2.13.1 diff --git a/Project.toml b/Project.toml index dbb4fa1..752136f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Literate" uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306" -version = "2.13.3" +version = "2.13.4" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" diff --git a/docs/Manifest.toml b/docs/Manifest.toml index 1d7a624..f4b206d 100644 --- a/docs/Manifest.toml +++ b/docs/Manifest.toml @@ -399,7 +399,7 @@ uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" deps = ["Base64", "IOCapture", "JSON", "REPL"] path = ".." uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306" -version = "2.13.3" +version = "2.13.4" [[LogExpFunctions]] deps = ["ChainRulesCore", "ChangesOfVariables", "DocStringExtensions", "InverseFunctions", "IrrationalConstants", "LinearAlgebra"]