Skip to content

Commit 2129de2

Browse files
authored
🔖 Prepare release of v3.7.0 (#1045)
1 parent 6a29489 commit 2129de2

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ with the exception that minor releases may include breaking changes.
1212

1313
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md#unreleased)._
1414

15+
## [3.7.0] - 2026-06-17
16+
17+
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md#370)._
18+
1519
### Added
1620

1721
- 🚸 Add [CMake presets] to provide a standardized
@@ -240,7 +244,8 @@ _📚 Refer to the [GitHub Release Notes] for previous changelogs._
240244

241245
<!-- Version links -->
242246

243-
[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.6.0...HEAD
247+
[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.7.0...HEAD
248+
[3.7.0]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v3.7.0
244249
[3.6.0]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v3.6.0
245250
[3.5.0]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v3.5.0
246251
[3.4.0]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v3.4.0

UPGRADING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ please refer to the [changelog](CHANGELOG.md).
66

77
## [Unreleased]
88

9+
## [3.7.0]
10+
911
This release also updates the minimum required `mqt-core` version to `v3.6.0`
1012
as well as the `nanobind` version to `v2.12.0`.
1113

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

221223
<!-- Version links -->
222224

223-
[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.6.0...HEAD
225+
[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.7.0...HEAD
226+
[3.7.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.6.0...v3.7.0
224227
[3.6.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.5.0...v3.6.0
225228
[3.5.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.4.0...v3.5.0
226229
[3.4.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.3.0...v3.4.0

0 commit comments

Comments
 (0)