Skip to content

Commit de2ef32

Browse files
committed
chore: Prepare release 0.13.1
1 parent 9c77f1f commit de2ef32

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
<!-- insertion marker -->
8+
## [v0.13.1](https://github.com/pawamoy/mkdocstrings/releases/tag/v0.13.1) - 2020-09-03
9+
10+
<small>[Compare with v0.13.0](https://github.com/pawamoy/mkdocstrings/compare/v0.13.0...v0.13.1)</small>
11+
12+
### Bug Fixes
13+
- Use relative links for cross-references ([9c77f1f](https://github.com/pawamoy/mkdocstrings/commit/9c77f1f461fa87842ae39945f9521ee85b1e413b) by Timothée Mazzucotelli). References: [#144](https://github.com/pawamoy/mkdocstrings/issues/144), [#147](https://github.com/pawamoy/mkdocstrings/issues/147)
14+
15+
816
## [v0.13.0](https://github.com/pawamoy/mkdocstrings/releases/tag/v0.13.0) - 2020-08-21
917

1018
<small>[Compare with v0.12.2](https://github.com/pawamoy/mkdocstrings/compare/v0.12.2...v0.13.0)</small>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "mkdocstrings"
7-
version = "0.13.0"
7+
version = "0.13.1"
88
description = "Automatic documentation from sources, for MkDocs."
99
authors = ["Timothée Mazzucotelli <pawamoy@pm.me>"]
1010
license = "ISC License"

0 commit comments

Comments
 (0)