Compare commits

...

2 Commits

Author SHA1 Message Date
Taiki Endo
d1cb794dda Release 2.3.3 2023-01-21 12:06:39 +09:00
Taiki Endo
24a55875dc Update wasmtime@latest to 5.0.0 2023-01-21 11:03:50 +09:00
2 changed files with 30 additions and 2 deletions

View File

@@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased] ## [Unreleased]
## [2.3.3] - 2023-01-21
- Update `wasmtime@latest` to 5.0.0.
## [2.3.2] - 2023-01-20 ## [2.3.2] - 2023-01-20
- Update `just@latest` to 1.12.0. - Update `just@latest` to 1.12.0.
@@ -577,7 +581,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.3.2...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.3.3...HEAD
[2.3.3]: https://github.com/taiki-e/install-action/compare/v2.3.2...v2.3.3
[2.3.2]: https://github.com/taiki-e/install-action/compare/v2.3.1...v2.3.2 [2.3.2]: https://github.com/taiki-e/install-action/compare/v2.3.1...v2.3.2
[2.3.1]: https://github.com/taiki-e/install-action/compare/v2.3.0...v2.3.1 [2.3.1]: https://github.com/taiki-e/install-action/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/taiki-e/install-action/compare/v2.2.3...v2.3.0 [2.3.0]: https://github.com/taiki-e/install-action/compare/v2.2.3...v2.3.0

View File

@@ -22,7 +22,30 @@
} }
}, },
"latest": { "latest": {
"version": "4.0.0" "version": "5.0.0"
},
"5": {
"version": "5.0.0"
},
"5.0": {
"version": "5.0.0"
},
"5.0.0": {
"x86_64_linux_gnu": {
"checksum": "a627a0391c52f3543bb48bb3052038291b4bd94e1dee8e520afb7ad2d7dabbbb"
},
"x86_64_macos": {
"checksum": "f504550ef67ae66472b301477fb6218c1b4e2c8bf6ed343c928f070cadd11609"
},
"x86_64_windows": {
"checksum": "0275aa5632e8714222e85b7b04e186c2c354df148c04d37fe41b13e15fbf4bed"
},
"aarch64_linux_gnu": {
"checksum": "ca319db21d252a7bdcb81bd3c1def5d57a0e3951e1b747661e68c86b562786ff"
},
"aarch64_macos": {
"checksum": "1dfe45ea469a790528a10ddc4251673ce167a4c845d71e248b37d425d8d706dc"
}
}, },
"4": { "4": {
"version": "4.0.0" "version": "4.0.0"