Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning], with the exception that minor rel

## [Unreleased]

## [3.4.0] - 2026-01-13

_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md#340)._

### Changed

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

<!-- Version links -->

[unreleased]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.3.0...HEAD
[unreleased]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.4.0...HEAD
[3.4.0]: https://github.com/munich-quantum-toolkit/qcec/releases/tag/v3.4.0
[3.3.0]: https://github.com/munich-quantum-toolkit/qcec/releases/tag/v3.3.0
[3.2.0]: https://github.com/munich-quantum-toolkit/qcec/releases/tag/v3.2.0
[3.1.0]: https://github.com/munich-quantum-toolkit/qcec/releases/tag/v3.1.0
Expand Down
5 changes: 4 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This document describes breaking changes and how to upgrade. For a complete list

## [Unreleased]

## [3.4.0]

### Python wheels

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

<!-- Version links -->

[unreleased]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.3.0...HEAD
[unreleased]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.4.0...HEAD
[3.4.0]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.3.0...v3.4.0
[3.3.0]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.2.0...v3.3.0
[3.2.0]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/munich-quantum-toolkit/qcec/compare/v3.0.0...v3.1.0
Expand Down
Loading