Compare commits

...

3 Commits

Author SHA1 Message Date
Taiki Endo
7c4edf1434 Release 2.21.9 2023-11-09 10:31:33 +09:00
Taiki Endo
fa3a4ac7ab Update just@latest to 1.16.0 2023-11-09 09:21:58 +09:00
Taiki Endo
d685c02f67 codegen: Update toml_edit to 0.21 2023-11-08 23:09:37 +09:00
3 changed files with 29 additions and 4 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]
## [2.21.9] - 2023-11-09
- Update `just@latest` to 1.16.0.
## [2.21.8] - 2023-11-07
- Update `syft@latest` to 0.95.0.
@@ -1409,7 +1413,8 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.21.8...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.21.9...HEAD
[2.21.9]: https://github.com/taiki-e/install-action/compare/v2.21.8...v2.21.9
[2.21.8]: https://github.com/taiki-e/install-action/compare/v2.21.7...v2.21.8
[2.21.7]: https://github.com/taiki-e/install-action/compare/v2.21.6...v2.21.7
[2.21.6]: https://github.com/taiki-e/install-action/compare/v2.21.5...v2.21.6

24
manifests/just.json generated
View File

@@ -18,10 +18,30 @@
}
},
"latest": {
"version": "1.15.0"
"version": "1.16.0"
},
"1": {
"version": "1.15.0"
"version": "1.16.0"
},
"1.16": {
"version": "1.16.0"
},
"1.16.0": {
"x86_64_linux_musl": {
"checksum": "06bdaeb64cf9077cef7b5ec664b6614850a1271747c10fbc3068b7dca3296ff9"
},
"x86_64_macos": {
"checksum": "d4939075bfed22a1a0043e5dd9d755b7d096b19150cee9b2cd9666db1b69ed1c"
},
"x86_64_windows": {
"checksum": "a15996ae91b51e779181ce20623719857d47ea1564bf235fa5ab3de9cd4c450c"
},
"aarch64_linux_musl": {
"checksum": "294ddfe0475491b5466ce7fc1a4acda56f91005ef36d224f2d22cf490920f994"
},
"aarch64_macos": {
"checksum": "badc6cb59bcb492d06d8df92c02091f1b093be8e8e67bd35aac7e66826c2405c"
}
},
"1.15": {
"version": "1.15.0"

View File

@@ -13,7 +13,7 @@ serde_derive = "1"
serde_json = "1"
sha2 = "0.10"
tar = "0.4"
toml_edit = { version = "0.20", features = ["serde"] }
toml_edit = { version = "0.21", default-features = false, features = ["parse", "serde"] }
ureq = { version = "2", features = ["json"] }
[lints]