From f43b8181b79e1592e522e07d7457c434a0891b71 Mon Sep 17 00:00:00 2001 From: Christopher Barber Date: Sun, 15 Jun 2025 10:30:47 -0400 Subject: [PATCH 1/3] 1.16.3 release --- CHANGELOG.md | 7 +++++++ LICENSE.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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. From 943a81b73ffa7a80d128919ab84b6cf220a14b87 Mon Sep 17 00:00:00 2001 From: Christopher Barber Date: Sun, 15 Jun 2025 11:12:29 -0400 Subject: [PATCH 2/3] Update trove classifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From 4fcda06a1a3516355b737997f147d9eb660ce249 Mon Sep 17 00:00:00 2001 From: Christopher Barber Date: Sun, 15 Jun 2025 11:15:26 -0400 Subject: [PATCH 3/3] Update lock file --- pixi.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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