Compare commits

...

7 Commits

Author SHA1 Message Date
Taiki Endo
e37f44cf37 Release 2.46.19 2024-12-22 06:16:17 +09:00
Taiki Endo
214cf6a4ad Update cargo-llvm-cov@latest to 0.6.15 2024-12-22 06:13:45 +09:00
Taiki Endo
c5172ad14d Update cargo-lambda@latest to 1.6.1 2024-12-22 06:13:45 +09:00
Taiki Endo
480814c6df Release 2.46.18 2024-12-21 13:01:04 +09:00
Taiki Endo
b195fca919 Update wasmtime@latest to 28.0.0 2024-12-21 03:15:25 +09:00
Taiki Endo
03381f5ca4 Release 2.46.17 2024-12-20 10:51:52 +09:00
Taiki Endo
409c15bd82 Update release-plz@latest to 0.3.112 2024-12-20 09:33:11 +09:00
5 changed files with 128 additions and 9 deletions

View File

@@ -10,6 +10,20 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.46.19] - 2024-12-21
- Update `cargo-llvm-cov@latest` to 0.6.15.
- Update `cargo-lambda@latest` to 1.6.1.
## [2.46.18] - 2024-12-21
- Update `wasmtime@latest` to 28.0.0.
## [2.46.17] - 2024-12-20
- Update `release-plz@latest` to 0.3.112.
## [2.46.16] - 2024-12-19
- Update `osv-scanner@latest` to 1.9.2.
@@ -3238,7 +3252,10 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.46.16...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.46.19...HEAD
[2.46.19]: https://github.com/taiki-e/install-action/compare/v2.46.18...v2.46.19
[2.46.18]: https://github.com/taiki-e/install-action/compare/v2.46.17...v2.46.18
[2.46.17]: https://github.com/taiki-e/install-action/compare/v2.46.16...v2.46.17
[2.46.16]: https://github.com/taiki-e/install-action/compare/v2.46.15...v2.46.16
[2.46.15]: https://github.com/taiki-e/install-action/compare/v2.46.14...v2.46.15
[2.46.14]: https://github.com/taiki-e/install-action/compare/v2.46.13...v2.46.14

View File

@@ -20,13 +20,35 @@
},
"license_markdown": "[MIT](https://github.com/cargo-lambda/cargo-lambda/blob/main/LICENSE)",
"latest": {
"version": "1.6.0"
"version": "1.6.1"
},
"1": {
"version": "1.6.0"
"version": "1.6.1"
},
"1.6": {
"version": "1.6.0"
"version": "1.6.1"
},
"1.6.1": {
"x86_64_linux_musl": {
"etag": "0x8DD21EB93AB5F82",
"checksum": "b1ae3785547b5b0b751bc5a122ba6f956d726155279880676b9c14cdf14dfbdc"
},
"x86_64_macos": {
"etag": "0x8DD21EB943F310A",
"checksum": "f1d5c34f47953d32f553210a883e68e4e9060408e257f9b3a9787bd80d4e4e7b"
},
"x86_64_windows": {
"etag": "0x8DD21EB94C92294",
"checksum": "7cd12c6d6c85905354b9dfd2b0b255ef7b34f4fec86697868fd33ab8764ba801"
},
"aarch64_linux_musl": {
"etag": "0x8DD21EB956B14F7",
"checksum": "3b5360f4d1c7af13c9302e1b2ab9095e5767411771e55b90edb35a82bce40406"
},
"aarch64_macos": {
"etag": "0x8DD21EB960851C4",
"checksum": "c5ef6af3282ff0ab43c0084087339fab99874cb9cea6f6faed114a1d71efbf6b"
}
},
"1.6.0": {
"x86_64_linux_musl": {

View File

@@ -19,10 +19,32 @@
},
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.6.14"
"version": "0.6.15"
},
"0.6": {
"version": "0.6.14"
"version": "0.6.15"
},
"0.6.15": {
"x86_64_linux_musl": {
"etag": "0x8DD21F946A70F82",
"checksum": "9519ceac912cb552e1b965c099df264328bb6abf8ef401ff73561612aa873d1e"
},
"x86_64_macos": {
"etag": "0x8DD21F9858B7BF4",
"checksum": "fe2097463ed82b56272d0d1e59817bbad22033b4680db3a0c30ad13ecf637099"
},
"x86_64_windows": {
"etag": "0x8DD21F9989871CD",
"checksum": "d8b7dd1006c8095d8614fb39735345e64fbba69810658cd119396787e3551aef"
},
"aarch64_linux_musl": {
"etag": "0x8DD21F9425891DE",
"checksum": "92e5294605b8bd30499a7bbd97b455e2915d1f00cac15bd005f092f76efabda5"
},
"aarch64_macos": {
"etag": "0x8DD21F959B40704",
"checksum": "6fc0737a5227101474b23245fab822563e4f03520b211612be3bd47058b8808d"
}
},
"0.6.14": {
"x86_64_linux_musl": {

View File

@@ -22,10 +22,36 @@
},
"license_markdown": "[MIT](https://github.com/release-plz/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/release-plz/release-plz/blob/main/LICENSE-APACHE)",
"latest": {
"version": "0.3.111"
"version": "0.3.112"
},
"0.3": {
"version": "0.3.111"
"version": "0.3.112"
},
"0.3.112": {
"x86_64_linux_musl": {
"etag": "0x8DD2073AFE4F854",
"checksum": "10833d6861c416467cd6520fad0e47e2bad311dc72462cbf5fc5431967366664"
},
"x86_64_macos": {
"etag": "0x8DD2074CD13521B",
"checksum": "a8d506cf951abd555feb5d11b79301b125bd32bf93cb0db50fc74ba6a374de81"
},
"x86_64_windows": {
"etag": "0x8DD2074A986E975",
"checksum": "bced165ffa3e4d6ea2265c51b85c4e709c0fe34a5c76dd2a7c7faccaa7427898"
},
"aarch64_linux_musl": {
"etag": "0x8DD2073C21489B5",
"checksum": "948e7dc7f14093145bf3553b8e0388d1864c4a67f40cc26da9aca501653b86d2"
},
"aarch64_macos": {
"etag": "0x8DD2074CD6EC6A7",
"checksum": "000523cdab05c265f2d1f11499f16451130b9e6c217a59ad8d0a5e9ca57dd8ce"
},
"aarch64_windows": {
"etag": "0x8DD2074C27C0577",
"checksum": "065bc0feccf27717afb455728b98dfe9d222d19c2cf188f53a28e7f4b822af55"
}
},
"0.3.111": {
"x86_64_linux_musl": {

View File

@@ -28,7 +28,39 @@
},
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
"latest": {
"version": "27.0.0"
"version": "28.0.0"
},
"28": {
"version": "28.0.0"
},
"28.0": {
"version": "28.0.0"
},
"28.0.0": {
"x86_64_linux_gnu": {
"etag": "0x8DD211317831246",
"checksum": "677ce3ba138fff0ed6a03564ca7ac43a255d947973ac76e57a67a993d41246c8"
},
"x86_64_macos": {
"etag": "0x8DD2113188F83C5",
"checksum": "2a8973aec371c98dd598d5d11767f373d3d9fe520a8cded79e8c685d51384107"
},
"x86_64_windows": {
"etag": "0x8DD21131CCF91A6",
"checksum": "419c6ed54a7926a2594b64adfdd09042b00376691f8225b7187af5683146a878"
},
"aarch64_linux_gnu": {
"etag": "0x8DD21130D7038BA",
"checksum": "e869fea0b7011fe4f7bd226306891895ecdd226a01bfd0f2db56364b673b94b0"
},
"aarch64_macos": {
"etag": "0x8DD21130E705C04",
"checksum": "f0fbbd10c9eb71c02ff7d7160906686f26c6c23772e3000813628e02343795ef"
},
"aarch64_windows": {
"etag": "0x8DD21130FA03357",
"checksum": "64fe1aa27370bf54436ce48c5198310125e62c1719343226f77dfd0316ba0441"
}
},
"27": {
"version": "27.0.0"