@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
@@ -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
@@ -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
@@ -196,6 +198,7 @@ https://discourse.julialang.org/t/ann-literate-jl/10651 for release announcement