We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb32f17 commit 0b8369dCopy full SHA for 0b8369d
CHANGELOG.md
@@ -4,6 +4,22 @@ sphinx-mdinclude
4
[![Generated by attribution][attribution-badge]][attribution-url]
5
6
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
23
v0.6.0
24
------
25
sphinx_mdinclude/__version__.py
@@ -4,4 +4,4 @@
Do not edit manually. Get more info at https://attribution.omnilib.dev
"""
-__version__ = "0.6.0"
+__version__ = "0.6.1"
0 commit comments