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
14 changes: 3 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,14 @@ releases may include breaking changes.

## [Unreleased]

## [1.4.3] - 2026-07-29

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

### Changed

- 📝 Require LLVM/MLIR for `c++-mlir-python` projects and remove the obsolete
instructions for disabling MLIR ([#384]) ([**@burgholzer**])

## [1.4.2] - 2026-07-29

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

### Changed

- 📝 Require LLVM/MLIR for `c++-mlir-python` projects and remove the obsolete
instructions for disabling MLIR ([#384]) ([**@burgholzer**])
- 🤖 Require disclosure of AI assistance in the PR description and recommend
commit-level `Assisted-by` attribution ([#383]) ([**@burgholzer**])
- 🧪 Keep tests in their respective test trees, organized by owning component,
Expand Down Expand Up @@ -294,8 +287,7 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md#110)._

<!-- Version links -->

[unreleased]: https://github.com/munich-quantum-toolkit/templates/compare/v1.4.3...HEAD
[1.4.3]: https://github.com/munich-quantum-toolkit/templates/releases/tag/v1.4.3
[unreleased]: https://github.com/munich-quantum-toolkit/templates/compare/v1.4.2...HEAD
[1.4.2]: https://github.com/munich-quantum-toolkit/templates/releases/tag/v1.4.2
[1.4.1]: https://github.com/munich-quantum-toolkit/templates/releases/tag/v1.4.1
[1.4.0]: https://github.com/munich-quantum-toolkit/templates/releases/tag/v1.4.0
Expand Down
7 changes: 2 additions & 5 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ of changes, including minor and patch releases, please refer to the

## [Unreleased]

## [1.4.3]
## [1.4.2]

The installation guide for `c++-mlir-python` projects now treats LLVM/MLIR as a
mandatory source-build dependency. It no longer documents a generated
`BUILD_MQT_<NAME>_MLIR` CMake option for disabling MLIR.

## [1.4.2]

AI assistance must still be disclosed in the pull request description, and
agent-authored public text still requires the visible disclosure described in
the AI usage guidelines. We recommend adding
Expand Down Expand Up @@ -145,8 +143,7 @@ jobs:

<!-- Version links -->

[unreleased]: https://github.com/munich-quantum-toolkit/templates/compare/v1.4.3...HEAD
[1.4.3]: https://github.com/munich-quantum-toolkit/templates/compare/v1.4.2...v1.4.3
[unreleased]: https://github.com/munich-quantum-toolkit/templates/compare/v1.4.2...HEAD
[1.4.2]: https://github.com/munich-quantum-toolkit/templates/compare/v1.4.1...v1.4.2
[1.4.0]: https://github.com/munich-quantum-toolkit/templates/compare/v1.3.3...v1.4.0
[1.3.3]: https://github.com/munich-quantum-toolkit/templates/compare/v1.3.0...v1.3.3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build-backend = "uv_build"

[project]
name = "mqt-templates"
version = "1.4.3"
version = "1.4.2"
authors = [
{ name="Daniel Haag", email = "daniel.haag@tum.de" },
{ name="Lukas Burgholzer", email = "burgholzer@me.com" },
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading