downstream 1.20.0

downstream provides efficient, constant-space implementations of stream curation algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
[bumpver]
current_version = "v1.20.0"
version_pattern = "vMAJOR.MINOR.PATCH"
pre_commit_hook = "./update_cargo.sh"
commit = true
push = true

[bumpver.file_patterns]
"Cargo.toml" = [
    'version = "{pep440_version}"',
]