diff --git a/CHANGELOG.md b/CHANGELOG.md index 98ee9cbd3..f4f24e753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ with the exception that minor releases may include breaking changes. _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md#unreleased)._ +## [3.7.0] - 2026-06-17 + +_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md#370)._ + ### Added - 🚸 Add [CMake presets] to provide a standardized @@ -240,7 +244,8 @@ _📚 Refer to the [GitHub Release Notes] for previous changelogs._ -[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.6.0...HEAD +[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.7.0...HEAD +[3.7.0]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v3.7.0 [3.6.0]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v3.6.0 [3.5.0]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v3.5.0 [3.4.0]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v3.4.0 diff --git a/UPGRADING.md b/UPGRADING.md index a4fb9475a..76116ed26 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -6,6 +6,8 @@ please refer to the [changelog](CHANGELOG.md). ## [Unreleased] +## [3.7.0] + This release also updates the minimum required `mqt-core` version to `v3.6.0` as well as the `nanobind` version to `v2.12.0`. @@ -220,7 +222,8 @@ Alternatively, CMake can be conveniently installed from PyPI using the -[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.6.0...HEAD +[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.7.0...HEAD +[3.7.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.6.0...v3.7.0 [3.6.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.5.0...v3.6.0 [3.5.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.4.0...v3.5.0 [3.4.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.3.0...v3.4.0