Skip to content

Commit c526f2a

Browse files
prepare v0.6.0 release (#495)
## Description This PR prepares the release of v0.6.0
2 parents 4c25f04 + f9203ba commit c526f2a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

1010
## [Unreleased]
1111

12+
## [0.6.0] - 2026-07-06
13+
1214
### Added
1315

1416
- added analytical noise characterization module and digital twin pipeline ([#288]) ([**@aleramos119**], [**@aaronleesander**])
@@ -138,7 +140,8 @@ _📚 Refer to the [GitHub Release Notes](https://github.com/munich-quantum-tool
138140

139141
<!-- Version links -->
140142

141-
[Unreleased]: https://github.com/munich-quantum-toolkit/yaqs/compare/v0.5.0...HEAD
143+
[Unreleased]: https://github.com/munich-quantum-toolkit/yaqs/compare/v0.6.0...HEAD
144+
[0.6.0]: https://github.com/munich-quantum-toolkit/yaqs/compare/v0.6.0
142145
[0.5.0]: https://github.com/munich-quantum-toolkit/yaqs/compare/v0.5.0
143146
[0.4.0]: https://github.com/munich-quantum-toolkit/yaqs/releases/tag/v0.4.0
144147
[0.3.3]: https://github.com/munich-quantum-toolkit/yaqs/releases/tag/v0.3.3

UPGRADING.md

Lines changed: 2 additions & 0 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+
## [0.6.0]
8+
79
The unreleased API refresh replaces free functions and deep module paths with a small set of
810
top-level types. The pieces fit together: construct physics objects and parameters, run through
911
`Simulator`, read everything from `Result`.

0 commit comments

Comments
 (0)