diff --git a/CHANGELOG.md b/CHANGELOG.md index a72bf44..a7ddb80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ *Note that versions roughly correspond to the version of mkdocstrings-python that they are compatible with.* +## 1.16.3 + +* Added `check_crossrefs_exclude` config option +* Fix for [issue 43](https://github.com/analog-garage/mkdocstrings-python-xref/issues/43) + +Thanks to [@thetianshuhuang](https://github.com/thetianshuhuang)! + ## 1.16.2 * Improved source locations for errors in docstrings now including column numbers diff --git a/LICENSE.md b/LICENSE.md index 65c9331..5dace69 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2022-2023 Analog Devices, Inc. + Copyright 2022-2025 Analog Devices, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pixi.lock b/pixi.lock index fc7b8c8..6f533fb 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1360,7 +1360,7 @@ packages: - pypi: ./ name: mkdocstrings-python-xref version: 1.16.3 - sha256: 9fd9bfdbdc52b86f7b9f38b98ba2a818fdcbfffd1a7fa34e6ad7f277f09b8080 + sha256: 07b578f8cb9e04ab7cbc2ec7e851cbcc4bb458056456d19c654b0dc4c87fdc4a requires_dist: - griffe>=1.0 - mkdocstrings-python>=1.16.6,<2.0 diff --git a/pyproject.toml b/pyproject.toml index 25ce6de..c85d7ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ {name = "Christopher Barber", email="Christopher.Barber@analog.com" }, ] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Topic :: Software Development :: Documentation", "Programming Language :: Python :: 3.9",