Skip to content

Commit 0425f88

Browse files
authored
🔖 Prepare release of v3.2.1 (#1090)
## Description This PR prepares the release of v3.2.1, which is a bug-fix release. ## 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 4fe9ea4 commit 0425f88

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

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

1010
## [Unreleased]
1111

12+
## [3.2.1] - 2025-08-01
13+
14+
### Fixed
15+
16+
- 🐛 Fix bug where lambda passed to `std::accumulate` incorrectly took the accumulator by reference instead of by value ([#1089]) ([**@denialhaag**])
17+
- 🐛 Fix bug in DD package ([#1088]) ([**@denialhaag**])
18+
19+
you need to .
20+
1221
## [3.2.0] - 2025-07-31
1322

1423
### Added
@@ -129,7 +138,8 @@ _📚 Refer to the [GitHub Release Notes](https://github.com/munich-quantum-tool
129138

130139
<!-- Version links -->
131140

132-
[unreleased]: https://github.com/munich-quantum-toolkit/core/compare/v3.2.0...HEAD
141+
[unreleased]: https://github.com/munich-quantum-toolkit/core/compare/v3.2.1...HEAD
142+
[3.2.1]: https://github.com/munich-quantum-toolkit/core/releases/tag/v3.2.1
133143
[3.2.0]: https://github.com/munich-quantum-toolkit/core/releases/tag/v3.2.0
134144
[3.1.0]: https://github.com/munich-quantum-toolkit/core/releases/tag/v3.1.0
135145
[3.0.2]: https://github.com/munich-quantum-toolkit/core/releases/tag/v3.0.2
@@ -139,6 +149,8 @@ _📚 Refer to the [GitHub Release Notes](https://github.com/munich-quantum-tool
139149

140150
<!-- PR links -->
141151

152+
[#1089]: https://github.com/munich-quantum-toolkit/core/pull/1089
153+
[#1088]: https://github.com/munich-quantum-toolkit/core/pull/1088
142154
[#1076]: https://github.com/munich-quantum-toolkit/core/pull/1076
143155
[#1075]: https://github.com/munich-quantum-toolkit/core/pull/1075
144156
[#1047]: https://github.com/munich-quantum-toolkit/core/pull/1047

0 commit comments

Comments
 (0)