Update parse-changelog to 0.5.0

This commit is contained in:
Taiki Endo
2022-07-24 13:08:44 +09:00
parent ca9824f699
commit 1e5fc1d1ff
3 changed files with 4 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ for tool in "${tools[@]}"; do
# https://github.com/taiki-e/cargo-minimal-versions/releases
cargo-minimal-versions) latest_version="0.1.5" ;;
# https://github.com/taiki-e/parse-changelog/releases
parse-changelog) latest_version="0.4.9" ;;
parse-changelog) latest_version="0.5.0" ;;
*) exit 1 ;;
esac
repo="taiki-e/${tool}"