Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -240,7 +244,8 @@ _📚 Refer to the [GitHub Release Notes] for previous changelogs._

<!-- Version links -->

[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
Expand Down
5 changes: 4 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down Expand Up @@ -220,7 +222,8 @@ Alternatively, CMake can be conveniently installed from PyPI using the

<!-- Version links -->

[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
Expand Down
Loading