Skip to content

Commit f66da02

Browse files
committed
feat: add bump2version
1 parent 93fdee8 commit f66da02

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.bumpversion.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[bumpversion]
2+
current_version = 0.2.0
3+
4+
[bumpversion:file:Cargo.toml]
5+
search = version = "{current_version}"
6+
replace = version = "{new_version}"

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ yew = { version = "0.21.0", default-features = false, optional = true }
2020
dioxus = { version = "0.5", optional = true }
2121

2222
[dev-dependencies]
23+
bump2version = "0.1.4"
2324
regex = "1.10.2"
2425
serde = { version = "1.0.193", features = ["derive"] }
2526

0 commit comments

Comments
 (0)