Skip to content

Commit a789904

Browse files
committed
v0.4
1 parent da345f3 commit a789904

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.4 2020-07-31
22

33
- Remove all options and subcommands to re-focus the intent of Kondo 🧹
44
- Default is now interactive mode, allowing users to choose options on a per-project basis

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.1.0"
3+
version = "0.2.0"
44
authors = ["Trent Billington <[email protected]>"]
55
edition = "2018"
66
description = "Shared code lib for kondo and kondo-ui."

kondo-ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ druid = "0.6.0"
2020

2121
[dependencies.kondo-lib]
2222
path = "../kondo-lib"
23-
version = "0.1"
23+
version = "0.2"
2424

2525
[profile.release]
2626
incremental = false

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.3.0"
3+
version = "0.4.0"
44
authors = ["Trent Billington <[email protected]>"]
55
description = """
66
kondo is a filesystem cleaning tool that recursively searches directories
@@ -22,5 +22,5 @@ structopt = "0.3"
2222

2323
[dependencies.kondo-lib]
2424
path = "../kondo-lib"
25-
version = "0.1"
25+
version = "0.2"
2626

0 commit comments

Comments
 (0)