Skip to content

Commit 3805b61

Browse files
committed
chore(release): bump version and publish to GH Releases and crates.io
1 parent 6597d56 commit 3805b61

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tbdflow"
3-
version = "0.25.0"
3+
version = "0.25.1"
44
authors = ["Claes Adamsson <claes.adamsson@gmail.com>"]
55
repository = "https://github.com/cladam/tbdflow"
66
readme = "README.md"

src/misc.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,10 @@ pub fn handle_info(dry_run: bool, verbose: bool, edit: bool) -> Result<()> {
304304
println!("Workflow: {}", workflow.cyan());
305305
}
306306
if !final_config.review.rules.is_empty() {
307-
println!("Targeted Rules: {}", format!("{}", final_config.review.rules.len()).cyan());
307+
println!(
308+
"Targeted Rules: {}",
309+
format!("{}", final_config.review.rules.len()).cyan()
310+
);
308311
}
309312
println!(
310313
"Concern Blocks Status: {}",

0 commit comments

Comments
 (0)