Skip to content

Commit b445572

Browse files
authored
🔖 Prepare release of v2.1.0 (#683)
## Description This PR prepares the release of v2.1.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 * **Documentation** * Added 2.1.0 release notes with upgrade guidance and a dated entry (2025-10-15). * Announced support for Qiskit IfElse and Python 3.14 testing; noted end-of-support for Python 3.9. * Updated comparison and release links to reference the 2.1.0 tag and refreshed Unreleased section. * Harmonized formatting and clarified the supported Python versions. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 69550c8 commit b445572

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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+
## [2.1.0] - 2025-10-15
13+
14+
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md#210)._
15+
1216
### Added
1317

1418
- ✨ Add support for Qiskit's `IfElse` operations ([#681]) ([**@denialhaag**])
@@ -64,7 +68,8 @@ _📚 Refer to the [GitHub Release Notes] for previous changelogs._
6468

6569
<!-- Version links -->
6670

67-
[unreleased]: https://github.com/munich-quantum-toolkit/ddsim/compare/v2.0.0...HEAD
71+
[unreleased]: https://github.com/munich-quantum-toolkit/ddsim/compare/v2.1.0...HEAD
72+
[2.1.0]: https://github.com/munich-quantum-toolkit/ddsim/releases/tag/v2.1.0
6873
[2.0.0]: https://github.com/munich-quantum-toolkit/ddsim/releases/tag/v2.0.0
6974
[1.24.0]: https://github.com/munich-quantum-toolkit/ddsim/releases/tag/v1.24.0
7075

UPGRADING.md

Lines changed: 5 additions & 2 deletions
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+
## [2.1.0]
8+
79
### End of support for Python 3.9
810

911
Starting with this release, MQT DDSIM no longer supports Python 3.9.
@@ -65,8 +67,9 @@ The default compilers of our test systems support all relevant features of the s
6567

6668
<!-- Version links -->
6769

68-
[unreleased]: https://github.com/munich-quantum-toolkit/qmap/compare/v2.0.0...HEAD
69-
[2.0.0]: https://github.com/munich-quantum-toolkit/qmap/compare/v1.24.0...v2.0.0
70+
[unreleased]: https://github.com/munich-quantum-toolkit/ddsim/compare/v2.1.0...HEAD
71+
[2.1.0]: https://github.com/munich-quantum-toolkit/ddsim/compare/v2.0.0...v2.1.0
72+
[2.0.0]: https://github.com/munich-quantum-toolkit/ddsim/compare/v1.24.0...v2.0.0
7073

7174
<!-- Other links -->
7275

0 commit comments

Comments
 (0)