Skip to content

Commit cf69260

Browse files
Merge pull request #45 from analog-garage/v1.16.3
1.16.3 release
2 parents d9589f4 + 4fcda06 commit cf69260

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
*Note that versions roughly correspond to the version of mkdocstrings-python that they
44
are compatible with.*
55

6+
## 1.16.3
7+
8+
* Added `check_crossrefs_exclude` config option
9+
* Fix for [issue 43](https://github.com/analog-garage/mkdocstrings-python-xref/issues/43)
10+
11+
Thanks to [@thetianshuhuang](https://github.com/thetianshuhuang)!
12+
613
## 1.16.2
714

815
* Improved source locations for errors in docstrings now including column numbers

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2022-2023 Analog Devices, Inc.
189+
Copyright 2022-2025 Analog Devices, Inc.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
{name = "Christopher Barber", email="[email protected]" },
1111
]
1212
classifiers = [
13-
"Development Status :: 3 - Alpha",
13+
"Development Status :: 5 - Production/Stable",
1414
"Intended Audience :: Developers",
1515
"Topic :: Software Development :: Documentation",
1616
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)