diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c2d747..d6d5fc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning], with the exception that minor rel ## [Unreleased] +## [1.0.1] - 2026-06-02 + +This release is compatible with Catalyst `0.14.1` and PennyLane `~=0.44.1`. + ### Added - 🚸 Add [CMake presets] to provide a standardized and reproducible way to configure builds ([#137]) ([**@denialhaag**]) @@ -21,6 +25,8 @@ This project adheres to [Semantic Versioning], with the exception that minor rel ## [1.0.0] - 2026-01-26 +This release is compatible with Catalyst `0.14.0` and PennyLane `0.44.0`. + ### Added - ⬆️ Add Python 3.14 support ([#45]) ([**@flowerthrower**], [**@burgholzer**]) @@ -46,7 +52,8 @@ _📚 Refer to the [original MQT Core PR] for initial discussions and decisions -[unreleased]: https://github.com/munich-quantum-toolkit/core-plugins-catalyst/compare/v1.0.0...HEAD +[unreleased]: https://github.com/munich-quantum-toolkit/core-plugins-catalyst/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/munich-quantum-toolkit/core-plugins-catalyst/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/munich-quantum-toolkit/core-plugins-catalyst/compare/052a747...v1.0.0 @@ -71,4 +78,6 @@ _📚 Refer to the [original MQT Core PR] for initial discussions and decisions [Keep a Changelog]: https://keepachangelog.com/en/1.1.0/ [Common Changelog]: https://common-changelog.org [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +[CMake presets]: https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html +[munich-quantum-toolkit/workflows]: https://github.com/munich-quantum-toolkit/workflows [original MQT Core PR]: https://github.com/munich-quantum-toolkit/core/pull/881 diff --git a/docs/conf.py b/docs/conf.py index 78f0f7b..b7d3e87 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -131,7 +131,7 @@ def format_url(self, _e: Entry) -> HRef: # noqa: PLR6301 modindex_common_prefix = ["mqt.core.plugins.catalyst."] -autoapi_dirs = ["../python/mqt/core/plugins/catalyst"] +autoapi_dirs = ["../python/mqt"] autoapi_python_use_implicit_namespaces = True autoapi_root = "api" autoapi_add_toctree_entry = False