mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-11 15:10:24 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
97bdefc2d9 | ||
|
|
b7a3f34e81 | ||
|
|
f04fe3f472 | ||
|
|
74ef384bd4 | ||
|
|
c996d26d4c |
3
.github/.cspell/organization-dictionary.txt
vendored
3
.github/.cspell/organization-dictionary.txt
vendored
@@ -90,6 +90,7 @@ bools
|
|||||||
builtins
|
builtins
|
||||||
bytecount
|
bytecount
|
||||||
canonicalize
|
canonicalize
|
||||||
|
cfgs
|
||||||
concat
|
concat
|
||||||
consts
|
consts
|
||||||
ctypes
|
ctypes
|
||||||
@@ -121,6 +122,7 @@ rposition
|
|||||||
rsplit
|
rsplit
|
||||||
rustlib
|
rustlib
|
||||||
seqcst
|
seqcst
|
||||||
|
simd
|
||||||
splitn
|
splitn
|
||||||
supertrait
|
supertrait
|
||||||
supertraits
|
supertraits
|
||||||
@@ -159,4 +161,5 @@ SIGABRT
|
|||||||
SIGILL
|
SIGILL
|
||||||
SIGINT
|
SIGINT
|
||||||
SIGTERM
|
SIGTERM
|
||||||
|
subcmd
|
||||||
tlsv
|
tlsv
|
||||||
|
|||||||
12
CHANGELOG.md
12
CHANGELOG.md
@@ -10,6 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.8.4] - 2023-05-14
|
||||||
|
|
||||||
|
- Update `mdbook@latest` to 0.4.29.
|
||||||
|
|
||||||
|
## [2.8.3] - 2023-05-12
|
||||||
|
|
||||||
|
- Update `wasm-pack@latest` to 0.11.1.
|
||||||
|
|
||||||
## [2.8.2] - 2023-05-09
|
## [2.8.2] - 2023-05-09
|
||||||
|
|
||||||
- Update `protoc@latest` to 3.23.0.
|
- Update `protoc@latest` to 3.23.0.
|
||||||
@@ -791,7 +799,9 @@ 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.8.2...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.8.4...HEAD
|
||||||
|
[2.8.4]: https://github.com/taiki-e/install-action/compare/v2.8.3...v2.8.4
|
||||||
|
[2.8.3]: https://github.com/taiki-e/install-action/compare/v2.8.2...v2.8.3
|
||||||
[2.8.2]: https://github.com/taiki-e/install-action/compare/v2.8.1...v2.8.2
|
[2.8.2]: https://github.com/taiki-e/install-action/compare/v2.8.1...v2.8.2
|
||||||
[2.8.1]: https://github.com/taiki-e/install-action/compare/v2.8.0...v2.8.1
|
[2.8.1]: https://github.com/taiki-e/install-action/compare/v2.8.0...v2.8.1
|
||||||
[2.8.0]: https://github.com/taiki-e/install-action/compare/v2.7.2...v2.8.0
|
[2.8.0]: https://github.com/taiki-e/install-action/compare/v2.7.2...v2.8.0
|
||||||
|
|||||||
18
manifests/mdbook.json
generated
18
manifests/mdbook.json
generated
@@ -17,10 +17,24 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.4.28"
|
"version": "0.4.29"
|
||||||
},
|
},
|
||||||
"0.4": {
|
"0.4": {
|
||||||
"version": "0.4.28"
|
"version": "0.4.29"
|
||||||
|
},
|
||||||
|
"0.4.29": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "e46da842fc1cba24efbf0028ef372435cfe2b5a55b87b287e698ae87d6a9e44c"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "7424c8206cfe07e24928bf606e7fb2c386d22db7d1f0058734fa313b58879c37"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "ff2b491b41ecd65350137278e72f8ef10c161374cd47c474fc2a196c37f5e03e"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "f89b5937131b5f826330d7ff542d878fe8689f037bf10b1595bfabc390b14da1"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.4.28": {
|
"0.4.28": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
18
manifests/wasm-pack.json
generated
18
manifests/wasm-pack.json
generated
@@ -18,10 +18,24 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.11.0"
|
"version": "0.11.1"
|
||||||
},
|
},
|
||||||
"0.11": {
|
"0.11": {
|
||||||
"version": "0.11.0"
|
"version": "0.11.1"
|
||||||
|
},
|
||||||
|
"0.11.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "cfe60a2e5d1641b9a09ec6d95787068ac24e03c67b9e36de7036714f71185a2d"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "6925ede1db571ceca80f2d48533cd9983f152731d95b794de6826121e5cd603f"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "57c976a710da102e3465c7d8a158f3e6b850eaef9c010f5d717d522099e74c9b"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "9895d2389cfc315e12f6e35299666439b51a0e6dd36b0a604bcc8737c295c3bc"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.11.0": {
|
"0.11.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user