mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-12 15:30:20 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0bc4cd8a3e | ||
|
|
3512d461db | ||
|
|
e009255ce0 |
@@ -10,6 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.67.2] - 2026-01-21
|
||||||
|
|
||||||
|
- Update `wasmtime@latest` to 41.0.0.
|
||||||
|
|
||||||
|
- Update `git-cliff@latest` to 2.12.0.
|
||||||
|
|
||||||
## [2.67.1] - 2026-01-20
|
## [2.67.1] - 2026-01-20
|
||||||
|
|
||||||
- Update `wasm-pack@latest` to 0.14.0.
|
- Update `wasm-pack@latest` to 0.14.0.
|
||||||
@@ -5401,7 +5407,8 @@ Note: This release is considered a breaking change because installing on version
|
|||||||
|
|
||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.67.1...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.67.2...HEAD
|
||||||
|
[2.67.2]: https://github.com/taiki-e/install-action/compare/v2.67.1...v2.67.2
|
||||||
[2.67.1]: https://github.com/taiki-e/install-action/compare/v2.67.0...v2.67.1
|
[2.67.1]: https://github.com/taiki-e/install-action/compare/v2.67.0...v2.67.1
|
||||||
[2.67.0]: https://github.com/taiki-e/install-action/compare/v2.66.7...v2.67.0
|
[2.67.0]: https://github.com/taiki-e/install-action/compare/v2.66.7...v2.67.0
|
||||||
[2.66.7]: https://github.com/taiki-e/install-action/compare/v2.66.6...v2.66.7
|
[2.66.7]: https://github.com/taiki-e/install-action/compare/v2.66.6...v2.66.7
|
||||||
|
|||||||
33
manifests/git-cliff.json
generated
33
manifests/git-cliff.json
generated
@@ -28,10 +28,39 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/orhun/git-cliff/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/orhun/git-cliff/blob/main/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/orhun/git-cliff/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/orhun/git-cliff/blob/main/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2.11.0"
|
"version": "2.12.0"
|
||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
"version": "2.11.0"
|
"version": "2.12.0"
|
||||||
|
},
|
||||||
|
"2.12": {
|
||||||
|
"version": "2.12.0"
|
||||||
|
},
|
||||||
|
"2.12.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE584A87B0D102",
|
||||||
|
"checksum": "c89a7bc55f3c51f391938aa3fa560125109695c1930d927879daea68dd786420"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE584B06F4090C",
|
||||||
|
"checksum": "fd4bce35ea8a6f3af6ac4891073781ca24c654c36c83c865bc30bab332c05a14"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE584B48CF7607",
|
||||||
|
"checksum": "f2b8c692d9488c3313d7786e2099976151c10fd8f76580b12d045bb9683a8379"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE584A7D7A223B",
|
||||||
|
"checksum": "a2d262b389aed349e0564aaaa38a44015c98a951048923b086d6cf732f6dbbaf"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE584AC9142FD2",
|
||||||
|
"checksum": "2ae72a0061bee98d0e375f2ea8e0f4b23b4915ac2e37fa45a705066de49b43a0"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE584B0D85A19E",
|
||||||
|
"checksum": "faa97e8a741a853eea0e826207211c59727a7f90218c26c56bb6c8c4038ac058"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"2.11": {
|
"2.11": {
|
||||||
"version": "2.11.0"
|
"version": "2.11.0"
|
||||||
|
|||||||
42
manifests/wasmtime.json
generated
42
manifests/wasmtime.json
generated
@@ -36,7 +36,47 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
|
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "40.0.2"
|
"version": "41.0.0"
|
||||||
|
},
|
||||||
|
"41": {
|
||||||
|
"version": "41.0.0"
|
||||||
|
},
|
||||||
|
"41.0": {
|
||||||
|
"version": "41.0.0"
|
||||||
|
},
|
||||||
|
"41.0.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DE584E1FDA5E04",
|
||||||
|
"checksum": "07b82a195dc3bda0be010f73d48778b43a209829e9912a4bcd46a8e3760d74e9"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE584E20298481",
|
||||||
|
"checksum": "ec91e9d4130fe1776bde8601c2dffde299dc59b4dbdad6f8f471bac04bd86094"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE584E215E116B",
|
||||||
|
"checksum": "78f4216dffdce4a8b2310bff6e019c1ea9d2935d72e4ccdb7cd7bcbc5907fd0a"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DE584E1D303EAF",
|
||||||
|
"checksum": "99d9dd1e314f60eb96256615685bc28f8669b613efcf162881abdf5ad646d35a"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE584E1D7B2431",
|
||||||
|
"checksum": "3f8520e697e9d2105fc8e5c77f03185a75629065d0b84c90b8e57e09adb029f1"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE584E1DC87807",
|
||||||
|
"checksum": "15528c688f54990d37e7d17479712a4d73314973e6d4b0658848535cc2283f91"
|
||||||
|
},
|
||||||
|
"riscv64_linux_gnu": {
|
||||||
|
"etag": "0x8DE584E1F2767AD",
|
||||||
|
"checksum": "422159384ab510ddcdf6324d43c36f55ffd8f1d7dae2a1c597a4e26aacb9b930"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DE584E1F3A8C0C",
|
||||||
|
"checksum": "5a984387f11f20ccdb97e2ec194cb716a7206a98e3a20760bfad5d3ccc8e38e0"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"40": {
|
"40": {
|
||||||
"version": "40.0.2"
|
"version": "40.0.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user