From 60f526d81fbdd64ebe954c30e0929adbdefc9e37 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 3 Feb 2025 18:40:35 +0100 Subject: [PATCH] Add new changelog URLs from bump-my-version --- scripts/dev/changelog_urls.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json index 174d8ef2d..a2a0c629a 100644 --- a/scripts/dev/changelog_urls.json +++ b/scripts/dev/changelog_urls.json @@ -87,6 +87,17 @@ "pytest-benchmark": "https://pytest-benchmark.readthedocs.io/en/stable/changelog.html", "docutils": "https://docutils.sourceforge.io/RELEASE-NOTES.html", "bump-my-version": "https://github.com/callowayproject/bump-my-version/blob/master/CHANGELOG.md", + "annotated-types": "https://github.com/annotated-types/annotated-types/releases", + "bracex": "https://github.com/facelessuser/bracex/releases", + "prompt_toolkit": "https://github.com/prompt-toolkit/python-prompt-toolkit/releases", + "pydantic": "https://docs.pydantic.dev/latest/changelog/", + "pydantic-settings": "https://github.com/pydantic/pydantic-settings/releases", + "pydantic_core": "https://github.com/pydantic/pydantic-core/releases", + "python-dotenv": "https://saurabh-kumar.com/python-dotenv/changelog/", + "questionary": "https://github.com/tmbo/questionary/blob/master/docs/pages/changelog.rst", + "rich-click": "https://ewels.github.io/rich-click/changelog/", + "wcmatch": "https://github.com/facelessuser/wcmatch/releases", + "wcwidth": "https://github.com/jquast/wcwidth/releases", "six": "https://github.com/benjaminp/six/blob/master/CHANGES", "altgraph": "https://github.com/ronaldoussoren/altgraph/blob/master/doc/changelog.rst", "urllib3": "https://github.com/urllib3/urllib3/blob/main/CHANGES.rst",