Compare commits

...

4 Commits

Author SHA1 Message Date
Taiki Endo
02a70f7854 Release 2.61.1 2025-09-11 19:54:25 +09:00
Taiki Endo
62e6f802d5 Update uv@latest to 0.8.17 2025-09-11 09:38:07 +09:00
Taiki Endo
20a9338e96 Update mise@latest to 2025.9.8 2025-09-11 09:38:07 +09:00
Taiki Endo
d621174621 Update release-plz@latest to 0.3.144 2025-09-11 03:25:05 +09:00
4 changed files with 107 additions and 8 deletions

View File

@@ -10,6 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.61.1] - 2025-09-11
- Update `uv@latest` to 0.8.17.
- Update `mise@latest` to 2025.9.8.
- Update `release-plz@latest` to 0.3.144.
## [2.61.0] - 2025-09-10
- Add `uv`. ([#1138](https://github.com/taiki-e/install-action/pull/1138), thanks @jayvdb)
@@ -4453,7 +4461,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.61.0...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.61.1...HEAD
[2.61.1]: https://github.com/taiki-e/install-action/compare/v2.61.0...v2.61.1
[2.61.0]: https://github.com/taiki-e/install-action/compare/v2.60.0...v2.61.0
[2.60.0]: https://github.com/taiki-e/install-action/compare/v2.59.1...v2.60.0
[2.59.1]: https://github.com/taiki-e/install-action/compare/v2.59.0...v2.59.1

32
manifests/mise.json generated
View File

@@ -28,13 +28,39 @@
},
"license_markdown": "[MIT](https://github.com/jdx/mise/blob/main/LICENSE)",
"latest": {
"version": "2025.9.7"
"version": "2025.9.8"
},
"2025": {
"version": "2025.9.7"
"version": "2025.9.8"
},
"2025.9": {
"version": "2025.9.7"
"version": "2025.9.8"
},
"2025.9.8": {
"x86_64_linux_musl": {
"etag": "0x8DDF0C205BDD9F1",
"checksum": "163d6ca2cd17e7029a8d6e033c444c53ad0bd18c1f9ac82a25e0a88fa4cc89bd"
},
"x86_64_macos": {
"etag": "0x8DDF0C207647E7F",
"checksum": "658a9e4a5457bd18da7a56e08dd986e099be7264cebc5367d39439825e030e2c"
},
"x86_64_windows": {
"etag": "0x8DDF0C2080256ED",
"checksum": "2702f4c203c31df0d31d0e4f346225a2a83dfc03b734028389402f9a70dc7b36"
},
"aarch64_linux_musl": {
"etag": "0x8DDF0C20381436E",
"checksum": "4a80821b2c0a7679b9645f9cf9fb26d5e6443f2318fea711182319007f422580"
},
"aarch64_macos": {
"etag": "0x8DDF0C206B0EC9A",
"checksum": "98e62798a3a7332e0a1e43b2ec67fc937fc61b17871dc394fc157afbc24613a5"
},
"aarch64_windows": {
"etag": "0x8DDF0C207A7F265",
"checksum": "c99dc83bcbb20c3c7ea2ec80d7c8645c5b4431c797d21df5fa74d2112d26db1b"
}
},
"2025.9.7": {
"x86_64_linux_musl": {

View File

@@ -22,10 +22,36 @@
},
"license_markdown": "[MIT](https://github.com/release-plz/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/release-plz/release-plz/blob/main/LICENSE-APACHE)",
"latest": {
"version": "0.3.143"
"version": "0.3.144"
},
"0.3": {
"version": "0.3.143"
"version": "0.3.144"
},
"0.3.144": {
"x86_64_linux_musl": {
"etag": "0x8DDF07E17692D49",
"checksum": "31934e40cb8938d1131718e015e84431cf855346956aceb14f24c4cfe6a24273"
},
"x86_64_macos": {
"etag": "0x8DDF07F7396A422",
"checksum": "5620cea09483ad8ed83ae4a079d7d7af73eef4a77127023edcfd405828741626"
},
"x86_64_windows": {
"etag": "0x8DDF07EBE48DC99",
"checksum": "6639533b3b5a8aca2e92f5f4bb8fe64972f7a21f5d47259443f28417db5e5952"
},
"aarch64_linux_musl": {
"etag": "0x8DDF07E3764293E",
"checksum": "d5ecdabcfb5a24f8421c682e24f24de519f60a9bc142ac55c927acb1c7573c23"
},
"aarch64_macos": {
"etag": "0x8DDF0804B681C8D",
"checksum": "6f1dfb86016eb7dd32977e7770997d9dd96377d8611010316d0d4d01fc9014d5"
},
"aarch64_windows": {
"etag": "0x8DDF07F2336DAF8",
"checksum": "6fcee3ac80a797c095c506170b72358ea6d38e99c0004ff04db3dc6a2da57af8"
}
},
"0.3.143": {
"x86_64_linux_musl": {

42
manifests/uv.json generated
View File

@@ -40,10 +40,48 @@
},
"license_markdown": "[Apache-2.0](https://github.com/astral-sh/uv/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/astral-sh/uv/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.8.16"
"version": "0.8.17"
},
"0.8": {
"version": "0.8.16"
"version": "0.8.17"
},
"0.8.17": {
"x86_64_linux_musl": {
"etag": "0x8DDF0B4467F86CD",
"checksum": "4057052999a210fe78d93599d2165da9e24c8bbb23370cdd26b66a98ab479203"
},
"x86_64_macos": {
"etag": "0x8DDF0B445D622CA",
"checksum": "31ed353cfd8e6c962e7c60617bd8a9d6b97b704c1ecb5b5eceaff8c6121b54ac"
},
"x86_64_windows": {
"etag": "0x8DDF0B446239D74",
"checksum": "0d051779fbcb173b183efeae1c3e96148764fd82709bbbf0966df3efe48b67c5"
},
"aarch64_linux_musl": {
"etag": "0x8DDF0B443C0BEB1",
"checksum": "bd141b7e263935d14f5725f2a5c1c942fd89642e37683cb904f1984ce7e365f4"
},
"aarch64_macos": {
"etag": "0x8DDF0B4433B3504",
"checksum": "e4d4859d7726298daa4c12e114f269ff282b2cfc2b415dc0b2ca44ae2dbd358e"
},
"aarch64_windows": {
"etag": "0x8DDF0B44369D8C1",
"checksum": "2396749de576e45a40efa35fe94b3f953c3224c21f75c05772593e085d78e77d"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DDF0B4456348C9",
"checksum": "e4b28cab21eb990e2bea768bc9f43b61e4fd554552cea8868c855027decef69d"
},
"riscv64_linux_gnu": {
"etag": "0x8DDF0B4458F3077",
"checksum": "f653caa34479d405d290b825a2fe782bb26c55a7bfaa870911b4e18792312d45"
},
"s390x_linux_gnu": {
"etag": "0x8DDF0B445C1C759",
"checksum": "8fae8182704b4b11316c87d897c3e64f2d3f55ac8c58c482d9bbef9ad611f90c"
}
},
"0.8.16": {
"x86_64_linux_musl": {