Skip to content

Commit 0b8369d

Browse files
committed
Version bump v0.6.1
1 parent cb32f17 commit 0b8369d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ sphinx-mdinclude
44
[![Generated by attribution][attribution-badge]][attribution-url]
55

66

7+
v0.6.1
8+
------
9+
10+
Bugfix release
11+
12+
- Fix rendering of codespans within link text (#68)
13+
- Added explicit dependency on Sphinx (#70)
14+
15+
```text
16+
$ git shortlog -s v0.6.0...v0.6.1
17+
2 Amethyst Reese
18+
1 Peter Sobot
19+
5 dependabot[bot]
20+
```
21+
22+
723
v0.6.0
824
------
925

sphinx_mdinclude/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
Do not edit manually. Get more info at https://attribution.omnilib.dev
55
"""
66

7-
__version__ = "0.6.0"
7+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)