Compare commits

...

2 Commits

Author SHA1 Message Date
Taiki Endo
914ac1e29d Release 2.49.34 2025-03-24 10:34:45 +09:00
Taiki Endo
63913c9c7c Update knope@latest to 0.19.0 2025-03-24 06:11:35 +09:00
2 changed files with 36 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.49.34] - 2025-03-24
- Update `knope@latest` to 0.19.0.
## [2.49.33] - 2025-03-23 ## [2.49.33] - 2025-03-23
- Update `release-plz@latest` to 0.3.128. - Update `release-plz@latest` to 0.3.128.
@@ -3720,7 +3724,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.49.33...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.34...HEAD
[2.49.34]: https://github.com/taiki-e/install-action/compare/v2.49.33...v2.49.34
[2.49.33]: https://github.com/taiki-e/install-action/compare/v2.49.32...v2.49.33 [2.49.33]: https://github.com/taiki-e/install-action/compare/v2.49.32...v2.49.33
[2.49.32]: https://github.com/taiki-e/install-action/compare/v2.49.31...v2.49.32 [2.49.32]: https://github.com/taiki-e/install-action/compare/v2.49.31...v2.49.32
[2.49.31]: https://github.com/taiki-e/install-action/compare/v2.49.30...v2.49.31 [2.49.31]: https://github.com/taiki-e/install-action/compare/v2.49.30...v2.49.31

31
manifests/knope.json generated
View File

@@ -3,7 +3,36 @@
"template": null, "template": null,
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)", "license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
"latest": { "latest": {
"version": "0.18.5" "version": "0.19.0"
},
"0.19": {
"version": "0.19.0"
},
"0.19.0": {
"x86_64_linux_musl": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.0/knope-x86_64-unknown-linux-musl.tgz",
"etag": "0x8DD6A4E677301F2",
"checksum": "f955fb841000d1e3fba7da3aefd7999bf45cc2dd8c92c2b592b1693138dceae7",
"bin": "knope-x86_64-unknown-linux-musl/knope"
},
"x86_64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.0/knope-x86_64-apple-darwin.tgz",
"etag": "0x8DD6A4E676B695D",
"checksum": "e04e54ed96e463543fd4e7e570c2134144750df9d295bdcc410c6872ac6b6e5a",
"bin": "knope-x86_64-apple-darwin/knope"
},
"x86_64_windows": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.0/knope-x86_64-pc-windows-msvc.tgz",
"etag": "0x8DD6A4E676A0B53",
"checksum": "004a53b96044cd334a353ee365a518f1f5f41ab50070bbdab436e7d4940cac29",
"bin": "knope-x86_64-pc-windows-msvc/knope.exe"
},
"aarch64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.19.0/knope-aarch64-apple-darwin.tgz",
"etag": "0x8DD6A4E676AA6E2",
"checksum": "08752c1819d5be621372e81e2169593bb4eb085590846c015d0c95fc42143be7",
"bin": "knope-aarch64-apple-darwin/knope"
}
}, },
"0.18": { "0.18": {
"version": "0.18.5" "version": "0.18.5"