Skip to content

Commit e81a497

Browse files
authored
ci: add lance-graph-catalog to the bumpversion.toml (#139)
This PR adds the `lance-graph-catalog` to the `.bumpverison.toml` to unblock the release.
1 parent 608c778 commit e81a497

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.bumpversion.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ filename = "crates/lance-graph/Cargo.toml"
3333
search = 'version = "{current_version}"'
3434
replace = 'version = "{new_version}"'
3535

36+
[[tool.bumpversion.files]]
37+
filename = "crates/lance-graph-catalog/Cargo.toml"
38+
search = 'version = "{current_version}"'
39+
replace = 'version = "{new_version}"'
40+
3641
[[tool.bumpversion.files]]
3742
filename = "crates/lance-graph-python/Cargo.toml"
3843
search = 'version = "{current_version}"'

0 commit comments

Comments
 (0)