Skip to content

Commit 193e1c2

Browse files
committed
Update changelog and upgrade guide
1 parent a06b63a commit 193e1c2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning], with the exception that minor rel
1515

1616
### Changed
1717

18+
- 👷 Use GitHub App token for workflow that updates MQT Core ([#142]) ([**@denialhaag**])
1819
- 🐍🚨 Update `reusable-python-linter.yml` to allow disabling the `mypy` type checker ([#128]) ([**@burgholzer**])
1920

2021
## [1.11.0] - 2025-06-15
@@ -65,6 +66,7 @@ _📚 Refer to the [GitHub Release Notes] for previous changelogs._
6566

6667
<!-- PR links -->
6768

69+
[#142]: https://github.com/munich-quantum-toolkit/workflows/pull/142
6870
[#126]: https://github.com/munich-quantum-toolkit/workflows/pull/126
6971
[#119]: https://github.com/munich-quantum-toolkit/workflows/pull/119
7072
[#114]: https://github.com/munich-quantum-toolkit/workflows/pull/114
@@ -77,6 +79,7 @@ _📚 Refer to the [GitHub Release Notes] for previous changelogs._
7779

7880
[**@burgholzer**]: https://github.com/burgholzer
7981
[**@ystade**]: https://github.com/ystade
82+
[**@denialhaag**]: https://github.com/denialhaag
8083

8184
<!-- General links -->
8285

UPGRADING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Project may want to add `ty` to their development dependencies to ensure that th
1616
uv add --dev ty
1717
```
1818

19+
Furthermore, this release changes the `reusable-mqt-core-update.yml` workflow to use a GitHub App token for creating and editing pull requests.
20+
This token has permissions to the trigger workflows in the created pull requests, which was not the case for the previously used token.
21+
When using the `reusable-mqt-core-update.yml` workflow, it is now necessary to pass the `APP_ID` and `APP_PRIVATE_KEY` as secrets.
22+
1923
## [1.11.0]
2024

2125
This release adapts the file filter for the change detection to the new project structure regarding the Python bindings.

0 commit comments

Comments
 (0)