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
1 change: 1 addition & 0 deletions .github/workflows/reusable-python-packaging-sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ jobs:
with:
name: ${{ github.event_name == 'pull_request' && 'dev-' || '' }}cibw-sdist
path: dist/*.tar.gz
archive: false
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ jobs:
with:
name: ${{ github.event_name == 'pull_request' && 'dev-' || '' }}cibw-wheel
path: dist/*.whl
archive: false
1 change: 1 addition & 0 deletions .github/workflows/reusable-python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
with:
name: coverage-${{ inputs.runs-on }}
path: coverage-*
archive: false

- name: Show sccache stats
run: sccache --show-stats
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ This project adheres to [Semantic Versioning], with the exception that minor rel

## [Unreleased]

### Changed

- 📦️ Selectively disable archiving when uploading artifacts ([#332]) ([**@denialhaag**])

## [1.17.14] - 2026-03-01

### Fixed

- 🐛 Update `setup-mlir` to `v1.2.1` to fix a bug preventing the action to run ([#330])
- 🐛 Update [munich-quantum-software/setup-mlir] to `v1.2.1` to fix a bug preventing the action to run ([#330])

## [1.17.13] - 2026-03-01

### Changed

- ⬆️ Update `setup-mlir` to `v1.2.0`, which brings support for LLVM 22 ([#329]) ([**@burgholzer**])
- ⬆️ Update [munich-quantum-software/setup-mlir] to `v1.2.0`, which brings support for LLVM 22 ([#329]) ([**@burgholzer**])

## [1.17.12] - 2026-02-18

Expand All @@ -29,7 +33,7 @@ This project adheres to [Semantic Versioning], with the exception that minor rel

### Removed

- 🔥 Remove the `nick-fields/retry` action on Windows builds, which put an artificial 15min limit on the build time ([#321]) ([**@burgholzer**])
- 🔥 Remove the `nick-fields/retry` action on Windows builds, which put an artificial 15-minute limit on the build time ([#321]) ([**@burgholzer**])

## [1.17.11] - 2026-01-07

Expand All @@ -43,7 +47,7 @@ This project adheres to [Semantic Versioning], with the exception that minor rel

### Removed

- 🔥 remove dedicated `run-mlir` MLIR output for reusable-change-detection.yml ([#300]) ([**@burgholzer**])
- 🔥 Remove dedicated `run-mlir` MLIR output for `reusable-change-detection.yml` ([#300]) ([**@burgholzer**])

## [1.17.10] - 2026-01-04

Expand Down Expand Up @@ -89,7 +93,7 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md#1175)._
### Added

- ✨ Add step for checking if Python stub files are up to date ([#286]) ([**@denialhaag**])
- ✨ Add optional `setup-mlir` input to allow setting up MLIR in the C++ and Python workflows ([#270]) ([**@denialhaag**], [**@burgholzer**])
- ✨ Add optional [munich-quantum-software/setup-mlir] input to allow setting up MLIR in the C++ and Python workflows ([#270]) ([**@denialhaag**], [**@burgholzer**])

### Changed

Expand Down Expand Up @@ -300,6 +304,7 @@ _📚 Refer to the [GitHub Release Notes] for previous changelogs._

<!-- PR links -->

[#332]: https://github.com/munich-quantum-toolkit/workflows/pull/332
[#330]: https://github.com/munich-quantum-toolkit/workflows/pull/330
[#329]: https://github.com/munich-quantum-toolkit/workflows/pull/329
[#323]: https://github.com/munich-quantum-toolkit/workflows/pull/323
Expand Down
Loading