diff --git a/CHANGELOG.md b/CHANGELOG.md index 23eb68f..0746e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ This project adheres to [Semantic Versioning], with the exception that minor rel ## [Unreleased] +## [1.3.1] - 2026-05-18 + +### Added + +- ✨ Add support for new LLVM versions ([#134], [#146], [#155], [#171], [#174], [#177]) + ## [1.3.0] - 2026-03-11 ### Added @@ -76,7 +82,8 @@ _This is the initial release of the `setup-mlir` project._ -[unreleased]: https://github.com/munich-quantum-software/setup-mlir/compare/v1.3.0...HEAD +[unreleased]: https://github.com/munich-quantum-software/setup-mlir/compare/v1.3.1...HEAD +[1.3.1]: https://github.com/munich-quantum-software/setup-mlir/releases/tag/v1.3.1 [1.3.0]: https://github.com/munich-quantum-software/setup-mlir/releases/tag/v1.3.0 [1.2.1]: https://github.com/munich-quantum-software/setup-mlir/releases/tag/v1.2.1 [1.2.0]: https://github.com/munich-quantum-software/setup-mlir/releases/tag/v1.2.0 @@ -86,6 +93,12 @@ _This is the initial release of the `setup-mlir` project._ +[#177]: https://github.com/munich-quantum-software/setup-mlir/pull/177 +[#174]: https://github.com/munich-quantum-software/setup-mlir/pull/174 +[#171]: https://github.com/munich-quantum-software/setup-mlir/pull/171 +[#155]: https://github.com/munich-quantum-software/setup-mlir/pull/155 +[#146]: https://github.com/munich-quantum-software/setup-mlir/pull/146 +[#134]: https://github.com/munich-quantum-software/setup-mlir/pull/134 [#122]: https://github.com/munich-quantum-software/setup-mlir/pull/122 [#111]: https://github.com/munich-quantum-software/setup-mlir/pull/111 [#106]: https://github.com/munich-quantum-software/setup-mlir/pull/106 diff --git a/README.md b/README.md index 43e9f6e..816ed01 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ For more information on the available LLVM versions and commit hashes, see [`ver ```yaml - name: Set up MLIR - uses: munich-quantum-software/setup-mlir@v1.3.0 + uses: munich-quantum-software/setup-mlir@v1.3.1 with: llvm-version: 22.1.0 ``` @@ -43,7 +43,7 @@ On Windows, you can optionally install debug builds: ```yaml - name: Set up MLIR (Debug) - uses: munich-quantum-software/setup-mlir@v1.3.0 + uses: munich-quantum-software/setup-mlir@v1.3.1 with: llvm-version: 22.1.0 debug: true diff --git a/package-lock.json b/package-lock.json index b0bbc3b..6a1f6bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "setup-mlir", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "setup-mlir", - "version": "1.3.0", + "version": "1.3.1", "license": "Apache-2.0 WITH LLVM-exception", "dependencies": { "@actions/core": "^3.0.0", diff --git a/package.json b/package.json index 2797528..1d7b62c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-mlir", - "version": "1.3.0", + "version": "1.3.1", "description": "GitHub Action that sets up a specific version of the MLIR toolchain", "main": "./dist/index.js", "scripts": {