Skip to content

Commit 7df841c

Browse files
authored
🔖 Prepare release of v3.4.0 (#823)
## Description This PR prepares the release of `v3.4.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 6b64a91 commit 7df841c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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+
## [3.4.0] - 2026-01-13
13+
14+
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md#340)._
15+
1216
### Changed
1317

1418
- ♻️ Migrate Python bindings from `pybind11` to `nanobind` ([#817]) ([**@denialhaag**])
@@ -106,7 +110,8 @@ _📚 Refer to the [GitHub Release Notes] for previous changelogs._
106110

107111
<!-- Version links -->
108112

109-
[unreleased]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.3.0...HEAD
113+
[unreleased]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.4.0...HEAD
114+
[3.4.0]: https://github.com/munich-quantum-toolkit/qcec/releases/tag/v3.4.0
110115
[3.3.0]: https://github.com/munich-quantum-toolkit/qcec/releases/tag/v3.3.0
111116
[3.2.0]: https://github.com/munich-quantum-toolkit/qcec/releases/tag/v3.2.0
112117
[3.1.0]: https://github.com/munich-quantum-toolkit/qcec/releases/tag/v3.1.0

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.4.0]
8+
79
### Python wheels
810

911
This release contains two changes to the distributed wheels.
@@ -83,7 +85,8 @@ Alternatively, CMake can be conveniently installed from PyPI using the [`cmake`]
8385

8486
<!-- Version links -->
8587

86-
[unreleased]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.3.0...HEAD
88+
[unreleased]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.4.0...HEAD
89+
[3.4.0]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.3.0...v3.4.0
8790
[3.3.0]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.2.0...v3.3.0
8891
[3.2.0]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.1.0...v3.2.0
8992
[3.1.0]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.0.0...v3.1.0

0 commit comments

Comments
 (0)