Compare commits

...

5 Commits

Author SHA1 Message Date
Taiki Endo
60af41b562 Release 2.44.4 2024-09-19 10:55:29 +09:00
Taiki Endo
0a7b6dc29e Update protoc@latest to 3.28.2 2024-09-19 09:56:37 +09:00
Taiki Endo
294c125779 Update cargo-zigbuild@latest to 0.19.2 2024-09-19 03:29:23 +09:00
Taiki Endo
a6c0fffc64 Release 2.44.3 2024-09-18 10:27:27 +09:00
Taiki Endo
49218e3788 Update release-plz@latest to 0.3.91 2024-09-18 06:13:25 +09:00
4 changed files with 95 additions and 8 deletions

View File

@@ -10,6 +10,16 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.44.4] - 2024-09-19
- Update `protoc@latest` to 3.28.2.
- Update `cargo-zigbuild@latest` to 0.19.2.
## [2.44.3] - 2024-09-18
- Update `release-plz@latest` to 0.3.91.
## [2.44.2] - 2024-09-16
- Update `typos@latest` to 1.24.6.
@@ -2744,7 +2754,9 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.2...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.4...HEAD
[2.44.4]: https://github.com/taiki-e/install-action/compare/v2.44.3...v2.44.4
[2.44.3]: https://github.com/taiki-e/install-action/compare/v2.44.2...v2.44.3
[2.44.2]: https://github.com/taiki-e/install-action/compare/v2.44.1...v2.44.2
[2.44.1]: https://github.com/taiki-e/install-action/compare/v2.44.0...v2.44.1
[2.44.0]: https://github.com/taiki-e/install-action/compare/v2.43.7...v2.44.0

View File

@@ -19,10 +19,32 @@
},
"license_markdown": "[MIT](https://github.com/rust-cross/cargo-zigbuild/blob/main/LICENSE)",
"latest": {
"version": "0.19.1"
"version": "0.19.2"
},
"0.19": {
"version": "0.19.1"
"version": "0.19.2"
},
"0.19.2": {
"x86_64_linux_musl": {
"etag": "0x8DCD7F42717DB9B",
"checksum": "004df391aa3bedcda64ce887a1e28f4c560a5afa417985f2e6a43dd57d1f7704"
},
"x86_64_windows": {
"etag": "0x8DCD7F3EC049C4B",
"checksum": "2ef56bf18329eafd2a8948b695c19178fe4f2fe7f8bef295f570f1492c916988"
},
"aarch64_linux_musl": {
"etag": "0x8DCD7F3F7DE776A",
"checksum": "7b323b138a49a684a811bb774f7a868131318bb5e0bd5bad20d44e7f6bf016a2"
},
"aarch64_macos": {
"etag": "0x8DCD7F991A9561E",
"checksum": "8dc56fc231d55522dcb88fa96b35db352711a7a86a9abaed76013c712ae58515"
},
"aarch64_windows": {
"etag": "0x8DCD7F4493614C5",
"checksum": "9da4d347bb1b26a10de5c9025561703c12ae78dc222205a2901a7ece739231fd"
}
},
"0.19.1": {
"x86_64_linux_musl": {

33
manifests/protoc.json generated
View File

@@ -3,13 +3,40 @@
"template": null,
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
"latest": {
"version": "3.28.1"
"version": "3.28.2"
},
"3": {
"version": "3.28.1"
"version": "3.28.2"
},
"3.28": {
"version": "3.28.1"
"version": "3.28.2"
},
"3.28.2": {
"x86_64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.2/protoc-28.2-linux-x86_64.zip",
"etag": "0x8DCD8253BAB246F",
"checksum": "2febfd42b59ce93a28eb789019a470a3dd0449619bc04f84dad1333da261dec1"
},
"x86_64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.2/protoc-28.2-osx-x86_64.zip",
"etag": "0x8DCD8253BBEBD79",
"checksum": "232f07d12bf4806207a79ec2c7378301c52e6f2f7efdd21c0dd416f0bda103ec"
},
"x86_64_windows": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.2/protoc-28.2-win64.zip",
"etag": "0x8DCD8253BF1C95D",
"checksum": "4bde19271ed7cab9003570f28c6e4c4d71963eaf1211a86bf3bb25d9b895177a"
},
"aarch64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.2/protoc-28.2-linux-aarch_64.zip",
"etag": "0x8DCD8253B447172",
"checksum": "91d8253cdc0f0f0fc51c2b69c80677996632f525ad84504bfa5b4ee38ad3e49c"
},
"aarch64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.2/protoc-28.2-osx-aarch_64.zip",
"etag": "0x8DCD8253B989B9A",
"checksum": "7bb048f52841789d9ec61983be0ce4c9e4fb3bd9a143462820ba9a3be0a03797"
}
},
"3.28.1": {
"x86_64_linux_gnu": {

View File

@@ -22,10 +22,36 @@
},
"license_markdown": "[MIT](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-APACHE)",
"latest": {
"version": "0.3.90"
"version": "0.3.91"
},
"0.3": {
"version": "0.3.90"
"version": "0.3.91"
},
"0.3.91": {
"x86_64_linux_musl": {
"etag": "0x8DCD75BDBB094AD",
"checksum": "241219d7f2ea6965b57e4054e9d28fa54049ea2846333507085a5d0cac6f3a57"
},
"x86_64_macos": {
"etag": "0x8DCD75CBAB08094",
"checksum": "54282494b9c5590bc2bc1140e38a8d6546c55c6972cd74dfc7abcd12289eb26d"
},
"x86_64_windows": {
"etag": "0x8DCD75C88E611C2",
"checksum": "e3064861b91c26ba6045c549f89f7770364a931f41c898163058b7a00fdae816"
},
"aarch64_linux_musl": {
"etag": "0x8DCD75BD1726EDE",
"checksum": "87b52f8502894b162e5730201c3de455d422535d26a25e974427f92a4a9c61cd"
},
"aarch64_macos": {
"etag": "0x8DCD75C8CEA446A",
"checksum": "268b6b85dcefb353bc7c06ede51b24de4d00b47ba9e9f8d899631d5ece669fb7"
},
"aarch64_windows": {
"etag": "0x8DCD75CB2758463",
"checksum": "6e640c7649500db175e3077fdcb8ef3c1259af1869f51e2fc9d33e71c6562a02"
}
},
"0.3.90": {
"x86_64_linux_musl": {