From 91424fa4fcde8b03c8c566e01c410b8f597b7626 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 14 Sep 2024 18:08:34 +0000 Subject: [PATCH] Update `parse-changelog@latest` to 0.6.9 --- CHANGELOG.md | 2 ++ manifests/parse-changelog.json | 36 ++++++++++++++++++++++++++++++++-- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc29b4d1..90cb37ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Update `parse-changelog@latest` to 0.6.9. + ## [2.43.5] - 2024-09-12 - Update `biome@latest` to 1.9.0. diff --git a/manifests/parse-changelog.json b/manifests/parse-changelog.json index 53a8c5d0..424b2e22 100644 --- a/manifests/parse-changelog.json +++ b/manifests/parse-changelog.json @@ -3,10 +3,42 @@ "template": null, "license_markdown": "[Apache-2.0](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-MIT)", "latest": { - "version": "0.6.8" + "version": "0.6.9" }, "0.6": { - "version": "0.6.8" + "version": "0.6.9" + }, + "0.6.9": { + "x86_64_linux_musl": { + "url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.9/parse-changelog-x86_64-unknown-linux-musl.tar.gz", + "etag": "0x8DCD4D4FF969E92", + "checksum": "354c60eacad40b1eb4419108f2615eaa510d85b74c8c0cac66436fadd2d78f34" + }, + "x86_64_macos": { + "url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.9/parse-changelog-x86_64-apple-darwin.tar.gz", + "etag": "0x8DCD4D5124EA8B9", + "checksum": "a257c54537fefda492cafc55d164d432cf08c0d28ed8b3efe094cd909d488ed9" + }, + "x86_64_windows": { + "url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.9/parse-changelog-x86_64-pc-windows-msvc.tar.gz", + "etag": "0x8DCD4D536CFEA28", + "checksum": "f4576c79cf86f9c2f7e5fcd9251e5924301337aadd07c49ab5f7273ff994ed99" + }, + "aarch64_linux_musl": { + "url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.9/parse-changelog-aarch64-unknown-linux-musl.tar.gz", + "etag": "0x8DCD4D4FF40C8BE", + "checksum": "4b34554144be39cb11a8b1aab0c05c4df7c4dc1bd8d79f263146b8159d0037dc" + }, + "aarch64_macos": { + "url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.9/parse-changelog-aarch64-apple-darwin.tar.gz", + "etag": "0x8DCD4D5076BD2AC", + "checksum": "77f50e934acc628584b57b65a8c68b661df388f8f2b06bc70c04e849652cb5f8" + }, + "aarch64_windows": { + "url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.9/parse-changelog-aarch64-pc-windows-msvc.tar.gz", + "etag": "0x8DCD4D5135EE6B1", + "checksum": "083020ec6568baea5f825951e3d5a0d9d6201a6f79cef814fa4f8915221b5341" + } }, "0.6.8": { "x86_64_linux_musl": {