Skip to content

Commit e0da693

Browse files
committed
bump ver to 0.9
1 parent 9a98696 commit e0da693

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kondo-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kondo-lib"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Trent Billington <trent.h.billington@gmail.com>"]
55
edition = "2021"
66
description = "Shared code lib for kondo and kondo-ui."

kondo/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kondo"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Trent Billington <trent.h.billington@gmail.com>"]
55
description = """
66
kondo is a filesystem cleaning tool that recursively searches directories
@@ -25,4 +25,4 @@ console = "0.15"
2525

2626
[dependencies.kondo-lib]
2727
path = "../kondo-lib"
28-
version = "0.8"
28+
version = "0.9"

0 commit comments

Comments
 (0)