diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed1d275..7caf5e65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Update `editorconfig-checker@latest` to 3.6.0. + - Update `wasmtime@latest` to 39.0.1. - Update `release-plz@latest` to 0.3.149. diff --git a/manifests/editorconfig-checker.json b/manifests/editorconfig-checker.json index b34bdde1..81516598 100644 --- a/manifests/editorconfig-checker.json +++ b/manifests/editorconfig-checker.json @@ -3,10 +3,51 @@ "template": null, "license_markdown": "[MIT](https://github.com/editorconfig-checker/editorconfig-checker/blob/main/LICENSE)", "latest": { - "version": "3.5.0" + "version": "3.6.0" }, "3": { - "version": "3.5.0" + "version": "3.6.0" + }, + "3.6": { + "version": "3.6.0" + }, + "3.6.0": { + "x86_64_linux_musl": { + "url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.6.0/ec-linux-amd64.tar.gz", + "etag": "0x8DE2C41D0735D1F", + "checksum": "a2e6d2b9242c325007d66db1842fc83f387e389ed9af3cebfaeee06d19a4a88a", + "bin": "bin/ec-linux-amd64" + }, + "x86_64_macos": { + "url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.6.0/ec-darwin-amd64.tar.gz", + "etag": "0x8DE2C41D01C772B", + "checksum": "7370ea4c7c8a66be0fd9646557070c0a67c5a4ef824c16651aa662b3a89827ac", + "bin": "bin/ec-darwin-amd64" + }, + "x86_64_windows": { + "url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.6.0/ec-windows-amd64.zip", + "etag": "0x8DE2C41D01B4013", + "checksum": "30fd5571f9f3d1ec1935d0d59731ccd83276298211a14b5392edcdde35224d7a", + "bin": "bin/ec-windows-amd64.exe" + }, + "aarch64_linux_musl": { + "url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.6.0/ec-linux-arm64.tar.gz", + "etag": "0x8DE2C41D0392DB1", + "checksum": "016e5c3d7c26190722e18c0c128e445bdbb33f5c0ead8b039295a6b0019801cb", + "bin": "bin/ec-linux-arm64" + }, + "aarch64_macos": { + "url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.6.0/ec-darwin-arm64.tar.gz", + "etag": "0x8DE2C41D01469E8", + "checksum": "82d63c1d7f36acea6d418b161341ec56fd60aac2ff19f1eea301d4a3eeb92de8", + "bin": "bin/ec-darwin-arm64" + }, + "aarch64_windows": { + "url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.6.0/ec-windows-arm64.zip", + "etag": "0x8DE2C41D0B60E84", + "checksum": "c922d6d06b9ef5ef158e0418adb2b6d4eb3a0e587e7d9874082fbbbb6a7b1b5c", + "bin": "bin/ec-windows-arm64.exe" + } }, "3.5": { "version": "3.5.0"