We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a32df0 commit d9c80b5Copy full SHA for d9c80b5
CHANGELOG.md
@@ -1,6 +1,19 @@
1
# CHANGELOG
2
3
4
+## v0.9.5 (2025-02-02)
5
+
6
+### Bug Fixes
7
8
+- Handle line continuations gracefully
9
+ ([#68](https://github.com/watermarkhu/mkdocstrings-matlab/pull/68),
10
+ [`8a32df0`](https://github.com/watermarkhu/mkdocstrings-matlab/commit/8a32df08f7ae8c4356db186e55d1ecdd3d537850))
11
12
+* handle line continuations gracefully
13
14
+* Update headings.md
15
16
17
## v0.9.4 (2025-02-01)
18
19
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "mkdocstrings-matlab"
-version = "0.9.4"
+version = "0.9.5"
description = "A MATLAB handler for mkdocstrings"
authors = [
{ name = "Mark Hu", email = "watermarkhu@gmail.com" }
0 commit comments