[]
= "0.20.0"
= '''
(?P<major>\d+)
\.
(?P<minor>\d+)
\.
(?P<patch>\d+)
'''
[]
= "Bump to {new_version}"
= "v{new_version}"
[[]]
= "Cargo.toml"
[[]]
= "Check changelog"
= "grep {new_version} CHANGELOG.md"
[[]]
= "Run tests"
= "cargo test"
[[]]
= "publish"
= "cargo publish"