Skip to content

Commit 8cd08ec

Browse files
authored
🔖 Prepare release of v3.3.0 (#726)
## Description This PR prepares the release of v3.3.0. ## Checklist: - [x] The pull request only contains commits that are focused and relevant to this change. - [x] ~I have added appropriate tests that cover the new/changed functionality.~ - [x] ~I have updated the documentation to reflect these changes.~ - [x] I have added entries to the changelog for any noteworthy additions, changes, fixes, or removals. - [x] I have added migration instructions to the upgrade guide (if needed). - [x] The changes follow the project's style guidelines and introduce no new warnings. - [x] The changes are fully tested and pass the CI checks. - [x] I have reviewed my own code changes.
1 parent ad8d266 commit 8cd08ec

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning], with the exception that minor rel
99

1010
## [Unreleased]
1111

12+
## [3.3.0] - 2025-08-04
13+
14+
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md#330)._
15+
1216
### Added
1317

1418
- 🐍 Build Python 3.14 wheels ([#717]) ([**@denialhaag**])
@@ -106,13 +110,14 @@ _📚 Refer to the [GitHub Release Notes] for previous changelogs._
106110

107111
<!-- Version links -->
108112

109-
[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.2.0...HEAD
110-
[3.2.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.1.3...v3.2.0
111-
[3.1.3]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.1.2...v3.1.3
112-
[3.1.2]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.1.1...v3.1.2
113-
[3.1.1]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.1.0...v3.1.1
114-
[3.1.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.0.0...v3.1.0
115-
[3.0.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v2.8.0...v3.0.0
113+
[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.3.0...HEAD
114+
[3.3.0]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v3.3.0
115+
[3.2.0]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v3.2.0
116+
[3.1.3]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v3.1.3
117+
[3.1.2]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v3.1.2
118+
[3.1.1]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v3.1.1
119+
[3.1.0]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v3.1.0
120+
[3.0.0]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v3.0.0
116121
[2.8.0]: https://github.com/munich-quantum-toolkit/qmap/releases/tag/v2.8.0
117122

118123
<!-- PR links -->

UPGRADING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This document describes breaking changes and how to upgrade. For a complete list
44

55
## [Unreleased]
66

7+
## [3.3.0]
8+
79
Testing previous versions of the `mqt-qmap` package built via `uv sync` or simple `(uv) pip install .` generally failed due to binary incompatibility of the `mqt-core` compiled extension packages and the `mqt-qmap` one.
810
This required building `mqt-core` from source and without build isolation to get a working local setup.
911
By using the latest `pybind11` release (`v3`), the binary compatibility between extension modules compiled under different circumstances (such as different compilers) has been greatly increased.
@@ -73,7 +75,8 @@ Alternatively, CMake can be conveniently installed from PyPI using the [`cmake`]
7375

7476
<!-- Version links -->
7577

76-
[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.2.0...HEAD
78+
[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.3.0...HEAD
79+
[3.3.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.2.0...v3.3.0
7780
[3.2.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.1.0...v3.2.0
7881
[3.1.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v3.0.0...v3.1.0
7982
[3.0.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v2.8.0...v3.0.0

0 commit comments

Comments
 (0)