Skip to content

Commit ae9c33f

Browse files
authored
Prepare for release 0.22.0 (#256)
1 parent c3df313 commit ae9c33f

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGES.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
sphinxcontrib-matlabdomain-0.22.0 (TBD)
1+
sphinxcontrib-matlabdomain-0.22.0 (2024-07-17)
22
==============================================
33

4-
* Fixed `Issue 249`_. Parsing of property default values.
4+
* Fixed `Issue 249`_. Parsing of multiline property default values.
55
* Fixed `Issue 252`_. Added missing class and method attributes.
66
* Fixed `Issue 243`_. Fixed issue with autolinking when the *short name* matches
77
a module name.
8+
* Fixed `Issue 250`_. Removed unused and undocumented
9+
``MatInstanceAttributeDocumentor``, which hindered *Napoleon* to apply styling
10+
to inline on property comments.
811
* Added new configuration: ``matlab_show_property_specs``. When set to ``True``
912
it will print the property specification for class properties.
1013

@@ -13,6 +16,11 @@ sphinxcontrib-matlabdomain-0.22.0 (TBD)
1316
.. image:: docs/render_property_specs_0.22.0.png
1417
:alt: Rendering property specs in 0.22.0
1518

19+
.. _Issue 243: https://github.com/sphinx-contrib/matlabdomain/issues/249
20+
.. _Issue 249: https://github.com/sphinx-contrib/matlabdomain/issues/249
21+
.. _Issue 250: https://github.com/sphinx-contrib/matlabdomain/issues/250
22+
.. _Issue 252: https://github.com/sphinx-contrib/matlabdomain/issues/252
23+
1624

1725
sphinxcontrib-matlabdomain-0.21.5 (2024-02-10)
1826
==============================================

CITATION.bib

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ @software{jorgen_cederberg_2023_7747374
1717
Nikolaas N. Oosterhof and
1818
ptitrex and
1919
Marshall J. Styczinski},
20-
title = {sphinx-contrib/matlabdomain: 0.21.5},
21-
month = feb,
20+
title = {sphinx-contrib/matlabdomain: 0.22.0},
21+
month = jul,
2222
year = 2024,
2323
publisher = {Zenodo},
24-
version = {0.21.5},
24+
version = {0.22.0},
2525
doi = {10.5281/zenodo.7746009},
2626
url = {https://github.com/sphinx-contrib/matlabdomain}
2727
}

0 commit comments

Comments
 (0)