Skip to content

Commit 8ec24c5

Browse files
🔖 Prepare release of v3.3.0 (#738)
## 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. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Changed** * Raised the minimum supported core component version. * Ended support for Python 3.9; testing and wheel distributions updated accordingly. * **Documentation** * Added release notes for version 3.3.0 with upgrading guidance. * Documented Python 3.9 end-of-life and its implications. * Updated changelog with new version references, comparison links, and PR reference. * Refreshed “Unreleased” links to point from the previous release to v3.3.0. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Daniel Haag <121057143+denialhaag@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 3f23bfc commit 8ec24c5

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

1010
## [Unreleased]
1111

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

1418
- 👷 Enable testing on Python 3.14 ([#730]) ([**@denialhaag**])
1519

20+
### Changed
21+
22+
- ⬆️ Bump minimum required `mqt-core` version to `3.3.1` ([#735]) ([**@denialhaag**])
23+
1624
### Removed
1725

1826
- 🔥 Drop support for Python 3.9 ([#704]) ([**@denialhaag**])
@@ -84,14 +92,16 @@ _📚 Refer to the [GitHub Release Notes] for previous changelogs._
8492

8593
<!-- Version links -->
8694

87-
[unreleased]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.2.0...HEAD
95+
[unreleased]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.3.0...HEAD
96+
[3.3.0]: https://github.com/munich-quantum-toolkit/qcec/releases/tag/v3.3.0
8897
[3.2.0]: https://github.com/munich-quantum-toolkit/qcec/releases/tag/v3.2.0
8998
[3.1.0]: https://github.com/munich-quantum-toolkit/qcec/releases/tag/v3.1.0
9099
[3.0.0]: https://github.com/munich-quantum-toolkit/qcec/releases/tag/v3.0.0
91100
[2.8.2]: https://github.com/munich-quantum-toolkit/qcec/releases/tag/v2.8.2
92101

93102
<!-- PR links -->
94103

104+
[#735]: https://github.com/munich-quantum-toolkit/qcec/pull/735
95105
[#730]: https://github.com/munich-quantum-toolkit/qcec/pull/730
96106
[#704]: https://github.com/munich-quantum-toolkit/qcec/pull/704
97107
[#699]: https://github.com/munich-quantum-toolkit/qcec/pull/699

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
### End of support for Python 3.9
810

911
Starting with this release, MQT QCEC no longer supports Python 3.9.
@@ -62,7 +64,8 @@ Alternatively, CMake can be conveniently installed from PyPI using the [`cmake`]
6264

6365
<!-- Version links -->
6466

65-
[unreleased]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.2.0...HEAD
67+
[unreleased]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.3.0...HEAD
68+
[3.3.0]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.2.0...v3.3.0
6669
[3.2.0]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.1.0...v3.2.0
6770
[3.1.0]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.0.0...v3.1.0
6871
[3.0.0]: https://github.com/munich-quantum-toolkit/qcec/compare/v2.8.2...v3.0.0

0 commit comments

Comments
 (0)