Skip to content

Commit b823d66

Browse files
authored
🔖 Prepare release of v3.3.2 (#1292)
## Description This PR prepares the release of v3.3.2 to release the bugs fixed in #1269 and #1276. ## 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 a3f2b5f commit b823d66

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This project adheres to [Semantic Versioning], with the exception that minor rel
99

1010
## [Unreleased]
1111

12+
## [3.3.2] - 2025-11-04
13+
1214
### Added
1315

1416
- ✨ A `--reuse-qubits` pass implementing an advanced form of qubit reuse to reduce the qubit count of quantum circuits ([#1108]) ([**@DRovara**])
@@ -210,7 +212,8 @@ _📚 Refer to the [GitHub Release Notes](https://github.com/munich-quantum-tool
210212

211213
<!-- Version links -->
212214

213-
[unreleased]: https://github.com/munich-quantum-toolkit/core/compare/v3.3.1...HEAD
215+
[unreleased]: https://github.com/munich-quantum-toolkit/core/compare/v3.3.2...HEAD
216+
[3.3.2]: https://github.com/munich-quantum-toolkit/core/releases/tag/v3.3.2
214217
[3.3.1]: https://github.com/munich-quantum-toolkit/core/releases/tag/v3.3.1
215218
[3.3.0]: https://github.com/munich-quantum-toolkit/core/releases/tag/v3.3.0
216219
[3.2.1]: https://github.com/munich-quantum-toolkit/core/releases/tag/v3.2.1

0 commit comments

Comments
 (0)