Compare commits

...

6 Commits

Author SHA1 Message Date
Taiki Endo
ca079cf073 Release 2.45.3 2024-11-21 10:50:51 +09:00
Taiki Endo
df8c31f9bf Update just@latest to 1.37.0 2024-11-21 09:37:09 +09:00
Taiki Endo
45e0b9c640 Release 2.45.2 2024-11-21 03:20:09 +09:00
Taiki Endo
9e8985f3cd Update wasmtime@latest to 27.0.0 2024-11-21 03:13:23 +09:00
Taiki Endo
ce24374b73 Release 2.45.1 2024-11-21 01:15:51 +09:00
Taiki Endo
137568b070 Update git-cliff@latest to 2.7.0 2024-11-20 21:16:42 +09:00
4 changed files with 107 additions and 6 deletions

View File

@@ -10,6 +10,18 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.45.3] - 2024-11-21
- Update `just@latest` to 1.37.0.
## [2.45.2] - 2024-11-20
- Update `wasmtime@latest` to 27.0.0.
## [2.45.1] - 2024-11-20
- Update `git-cliff@latest` to 2.7.0.
## [2.45.0] - 2024-11-19
- Support `cargo-auditable`. ([#741](https://github.com/taiki-e/install-action/pull/741), thanks @simonsan)
@@ -3088,7 +3100,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.45.0...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.45.3...HEAD
[2.45.3]: https://github.com/taiki-e/install-action/compare/v2.45.2...v2.45.3
[2.45.2]: https://github.com/taiki-e/install-action/compare/v2.45.1...v2.45.2
[2.45.1]: https://github.com/taiki-e/install-action/compare/v2.45.0...v2.45.1
[2.45.0]: https://github.com/taiki-e/install-action/compare/v2.44.72...v2.45.0
[2.44.72]: https://github.com/taiki-e/install-action/compare/v2.44.71...v2.44.72
[2.44.71]: https://github.com/taiki-e/install-action/compare/v2.44.70...v2.44.71

View File

@@ -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)",
"latest": {
"version": "2.6.1"
"version": "2.7.0"
},
"2": {
"version": "2.6.1"
"version": "2.7.0"
},
"2.7": {
"version": "2.7.0"
},
"2.7.0": {
"x86_64_linux_musl": {
"etag": "0x8DD0952B0DB39CC",
"checksum": "54360b4fb80d2a8e50c2a605517d7b6a435dd2a37db70579781a0598f45a3062"
},
"x86_64_macos": {
"etag": "0x8DD0952630F624A",
"checksum": "0ef07ded47fd4a4f9a704341d10e9bc3daef7054bae49d20ce4c76cb4bd01092"
},
"x86_64_windows": {
"etag": "0x8DD0953277A3FD1",
"checksum": "3afecbfb8b2a1145f6321fa6fc6bf0fabb8dff5dd7fa1bfa46bafa9f7484f47c"
},
"aarch64_linux_musl": {
"etag": "0x8DD0952A53E4C8D",
"checksum": "64db75d63e8f43ea830836bc110bebc1d80a5fe86d0e9a700a7350eb748fe9f6"
},
"aarch64_macos": {
"etag": "0x8DD095260B5EEE0",
"checksum": "3c67edc958a8209c30c86de22a4aa0bac1a1d554481f647aa9a7fe304a3339ed"
},
"aarch64_windows": {
"etag": "0x8DD095334EDFA8D",
"checksum": "3020caa170c7c63517bfb16a9ae142b493bdd35903ccd4663509aa7e231aa7c0"
}
},
"2.6": {
"version": "2.6.1"

29
manifests/just.json generated
View File

@@ -19,10 +19,35 @@
},
"license_markdown": "[CC0-1.0](https://github.com/casey/just/blob/master/LICENSE)",
"latest": {
"version": "1.36.0"
"version": "1.37.0"
},
"1": {
"version": "1.36.0"
"version": "1.37.0"
},
"1.37": {
"version": "1.37.0"
},
"1.37.0": {
"x86_64_linux_musl": {
"etag": "0x8DD09AFEAC870E8",
"checksum": "9e301da1a46153b4c9adf9efe20d05361467b5591b1b3cf8880db59a1d019963"
},
"x86_64_macos": {
"etag": "0x8DD09AFF022729B",
"checksum": "be9b503be9c50a280b92431035adc20a64a84dd1889f97b4e2f2844c77650fc7"
},
"x86_64_windows": {
"etag": "0x8DD09B0518B8377",
"checksum": "fc62b5dc04e103de15e04caeeb0398d286129353ff24302dd5e4da1fbd7badac"
},
"aarch64_linux_musl": {
"etag": "0x8DD09AFF2DC5D3D",
"checksum": "96a75ed35ef2cb227d921fa71cd8c8dfb5828ca197e2740ca8626546d393b04e"
},
"aarch64_macos": {
"etag": "0x8DD09AFE5108C4F",
"checksum": "613a7c96398fcccc2a5334a63bb525e865e74abee28d0df1869824a8c0c0dbeb"
}
},
"1.36": {
"version": "1.36.0"

View File

@@ -28,7 +28,39 @@
},
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
"latest": {
"version": "26.0.1"
"version": "27.0.0"
},
"27": {
"version": "27.0.0"
},
"27.0": {
"version": "27.0.0"
},
"27.0.0": {
"x86_64_linux_gnu": {
"etag": "0x8DD097F1EE2EA9F",
"checksum": "74678f6ec49d8b858ca5181d5492b967245f6c072b5763ea14a75eee1ad3c2d7"
},
"x86_64_macos": {
"etag": "0x8DD097F20045326",
"checksum": "286a2bd9dec59ade83ee9440f2034843309e00dc5895b135bf5fcf182733a486"
},
"x86_64_windows": {
"etag": "0x8DD097F24CA1174",
"checksum": "fc75d3cae018ab433387d72487b2d111c4614c0442ab7941b67ad49ce3631b60"
},
"aarch64_linux_gnu": {
"etag": "0x8DD097F147C8338",
"checksum": "b4b5a47d4856e508a20d6ba6aeb32444fdaaa13771f1794b19e7f56fa6ef8d3a"
},
"aarch64_macos": {
"etag": "0x8DD097F15BFF367",
"checksum": "c908ea6dd7638f5d2bba057a51f13e6c90bbe28105704a7d6691438bc95491a3"
},
"aarch64_windows": {
"etag": "0x8DD097F17166118",
"checksum": "a13d88ada8ba76129305f6d162d87598279718bc10f385ccce23533212f76fdd"
}
},
"26": {
"version": "26.0.1"