mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-28 10:00:26 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f8a64c9409 | ||
|
|
d89c4e645c | ||
|
|
944658582a | ||
|
|
b4dcdef61e | ||
|
|
ac55832df9 | ||
|
|
0c6ec41fd5 | ||
|
|
28c9fa0aaf |
17
CHANGELOG.md
17
CHANGELOG.md
@@ -10,6 +10,18 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.32.14] - 2024-04-12
|
||||||
|
|
||||||
|
- Update `wasmtime@latest` to 19.0.2.
|
||||||
|
|
||||||
|
## [2.32.13] - 2024-04-11
|
||||||
|
|
||||||
|
- Update `cargo-dinghy@latest` to 0.7.1.
|
||||||
|
|
||||||
|
## [2.32.12] - 2024-04-11
|
||||||
|
|
||||||
|
- Update `git-cliff@latest` to 2.2.1.
|
||||||
|
|
||||||
## [2.32.11] - 2024-04-10
|
## [2.32.11] - 2024-04-10
|
||||||
|
|
||||||
- Update `typos@latest` to 1.20.7.
|
- Update `typos@latest` to 1.20.7.
|
||||||
@@ -2031,7 +2043,10 @@ 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.32.11...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.32.14...HEAD
|
||||||
|
[2.32.14]: https://github.com/taiki-e/install-action/compare/v2.32.13...v2.32.14
|
||||||
|
[2.32.13]: https://github.com/taiki-e/install-action/compare/v2.32.12...v2.32.13
|
||||||
|
[2.32.12]: https://github.com/taiki-e/install-action/compare/v2.32.11...v2.32.12
|
||||||
[2.32.11]: https://github.com/taiki-e/install-action/compare/v2.32.10...v2.32.11
|
[2.32.11]: https://github.com/taiki-e/install-action/compare/v2.32.10...v2.32.11
|
||||||
[2.32.10]: https://github.com/taiki-e/install-action/compare/v2.32.9...v2.32.10
|
[2.32.10]: https://github.com/taiki-e/install-action/compare/v2.32.9...v2.32.10
|
||||||
[2.32.9]: https://github.com/taiki-e/install-action/compare/v2.32.8...v2.32.9
|
[2.32.9]: https://github.com/taiki-e/install-action/compare/v2.32.8...v2.32.9
|
||||||
|
|||||||
13
manifests/cargo-dinghy.json
generated
13
manifests/cargo-dinghy.json
generated
@@ -11,7 +11,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.6.8"
|
"version": "0.7.1"
|
||||||
|
},
|
||||||
|
"0.7": {
|
||||||
|
"version": "0.7.1"
|
||||||
|
},
|
||||||
|
"0.7.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "1985095f34f016900d237efc5479be3154f6fd2d168109a4c6d774d77e9eb21f"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "30902c7a7834f773c56ac2bde6b58be983b13b3d4cd7077ec415ba4b06c4039b"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.7.0": {
|
"0.7.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
26
manifests/git-cliff.json
generated
26
manifests/git-cliff.json
generated
@@ -27,13 +27,33 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2.2.0"
|
"version": "2.2.1"
|
||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
"version": "2.2.0"
|
"version": "2.2.1"
|
||||||
},
|
},
|
||||||
"2.2": {
|
"2.2": {
|
||||||
"version": "2.2.0"
|
"version": "2.2.1"
|
||||||
|
},
|
||||||
|
"2.2.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "3cf00214bb60269a1d4073c10bc468907e9b92570892817083fdecd3133e5da3"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "59f761954d01ffdabb7db83f3cf49891158a303d9be27898d5e62477bf2308fa"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "727c92204c1b214204d9be1e7f6efcfcb236f2cc0bd9e51f51d39e25926648e7"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "6e8d262c30c15d9b8b5d4029ce92f7576bfcd83c26a9c1a964e219695b236046"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "6f1d4b2c93bd35014074aa1b383fb7c4fe552ca0e241514c10e89da5f09434ba"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"checksum": "ca0d2dd4e3590c6c78bda6ce5c8275e201da4c1f5a47998de4118dccfdbde01b"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"2.2.0": {
|
"2.2.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
1801
manifests/wasmtime.json
generated
1801
manifests/wasmtime.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user