File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77<!-- insertion marker -->
8+ ## [ 0.2.1] ( https://github.com/mkdocstrings/autorefs/releases/tag/0.2.1 ) - 2021-05-07
9+
10+ <small >[ Compare with 0.2.0] ( https://github.com/mkdocstrings/autorefs/compare/0.2.0...0.2.1 ) </small >
11+
12+ ### Bug Fixes
13+ - Prevent error during parallel installations ([ c90e399] ( https://github.com/mkdocstrings/autorefs/commit/c90e399213dec3435bf5dd0a0e5035ba586076fd ) by Timothée Mazzucotelli). References: [ #9 ] ( https://github.com/mkdocstrings/autorefs/issues/9 )
14+
15+
816## [ 0.2.0] ( https://github.com/mkdocstrings/autorefs/releases/tag/0.2.0 ) - 2021-05-03
917
1018<small >[ Compare with 0.1.1] ( https://github.com/mkdocstrings/autorefs/compare/0.1.1...0.2.0 ) </small >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " mkdocs-autorefs"
7- version = " 0.2.0 "
7+ version = " 0.2.1 "
88description = " Automatically link across pages in MkDocs."
99authors = [
1010 " Oleh Prypin <oleh@pryp.in>" ,
You can’t perform that action at this time.
0 commit comments