Skip to content

Commit ceb5b61

Browse files
author
semantic-release
committed
0.9.0
Automatically generated by python-semantic-release
1 parent ecefc80 commit ceb5b61

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.9.0 (2025-01-16)
5+
6+
### Features
7+
8+
- Add supports for scripts ([#51](https://github.com/watermarkhu/mkdocstrings-matlab/pull/51),
9+
[`ecefc80`](https://github.com/watermarkhu/mkdocstrings-matlab/commit/ecefc801e730cf3ab1d5889ecbfc400af0591385))
10+
11+
* fix: script does not have kind * fix: tree-sitter query fixes * fix: do not check for property
12+
SetAccess for private * feat: add support for scripts * doc: update namespace contents * fix:
13+
select only the first comment block as docstring
14+
15+
416
## v0.8.2 (2025-01-14)
517

618
### 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.8.2"
3+
version = "0.9.0"
44
description = "A MATLAB handler for mkdocstrings"
55
authors = [
66
{ name = "Mark Hu", email = "watermarkhu@gmail.com" }

0 commit comments

Comments
 (0)