Skip to content

Commit 43acc90

Browse files
author
semantic-release
committed
0.9.3
Automatically generated by python-semantic-release
1 parent 2ad48b7 commit 43acc90

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# CHANGELOG
22

33

4+
## v0.9.3 (2025-01-29)
5+
6+
### Bug Fixes
7+
8+
- Ignore `%#codegen` compilation directive
9+
([#61](https://github.com/watermarkhu/mkdocstrings-matlab/pull/61),
10+
[`7239847`](https://github.com/watermarkhu/mkdocstrings-matlab/commit/72398479b347ed778c516e4e1fdad6ab8b6ccdc1))
11+
12+
* fix: Ignore `%#codegen` compilation directive
13+
14+
* Exclude all pragmas instead of only %#codegen
15+
16+
Co-authored-by: Mark Shui Hu <watermarkhu@gmail.com>
17+
18+
---------
19+
20+
### Chores
21+
22+
- Make sure that release documentation is using the new version
23+
([#60](https://github.com/watermarkhu/mkdocstrings-matlab/pull/60),
24+
[`c3a9899`](https://github.com/watermarkhu/mkdocstrings-matlab/commit/c3a9899a9b3c031a72880df1b50b09b28206890f))
25+
26+
* Update docs.yaml
27+
28+
* Update release.yaml
29+
30+
* Update qualify.yaml
31+
32+
433
## v0.9.2 (2025-01-26)
534

635
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mkdocstrings-matlab"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
description = "A MATLAB handler for mkdocstrings"
55
authors = [
66
{ name = "Mark Hu", email = "watermarkhu@gmail.com" }

0 commit comments

Comments
 (0)