[]
= "0.5.3"
= '''
(?P<major>\d+)
\.
(?P<minor>\d+)
\.
(?P<patch>\d+)
'''
[]
= "v{new_version}"
= "Bump to {new_version}"
[[]]
= "Cargo.toml"
= 'version = "{current_version}"'
[[]]
= "Check changelog"
= "python tools/check-changelog.py {new_version}"
[[]]
= "Run tests"
= "cargo test"
[[]]
= "Publish to crates.io"
= "cargo publish"