Update parse-changelog to 0.5.1

This commit is contained in:
Taiki Endo
2022-09-08 23:41:42 +09:00
parent 20c09fa7dc
commit aab22b4379
3 changed files with 4 additions and 2 deletions

View File

@@ -170,7 +170,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.5.0" ;;
parse-changelog) latest_version="0.5.1" ;;
*) exit 1 ;;
esac
repo="taiki-e/${tool}"