Skip to content

Commit cc5478f

Browse files
authored
Version 0.7 (#95)
* bump workspace versions to 0.7 * bump rust edition to 2021 * cargo update * changelog for 0.7
1 parent 6d1fd29 commit cc5478f

File tree

6 files changed

+227
-187
lines changed

6 files changed

+227
-187
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.7 2023-07-06
2+
3+
- Add support for Gradle projects by @s-aditya-k and @Lipen in https://github.com/tbillington/kondo/pull/81, https://github.com/tbillington/kondo/pull/85
4+
- Upgrade from structopt to clap by @s-aditya-k in @https://github.com/tbillington/kondo/pull/82
5+
- Support default clean operation by @s-aditya-k in https://github.com/tbillington/kondo/pull/83
6+
- Add Arch Linux install instructions by @orhun in https://github.com/tbillington/kondo/pull/84
7+
- Support more types of Python artifact dirs by @trag1c in https://github.com/tbillington/kondo/pull/88
8+
- Support ignoring specified dirs by @tbillington in https://github.com/tbillington/kondo/pull/90
9+
- Add support for Zig projects by @orhun in https://github.com/tbillington/kondo/pull/92
10+
111
# 0.6 2022-12-25
212

313
- add support for cmake projects by @sassman in https://github.com/tbillington/kondo/pull/56

Cargo.lock

Lines changed: 75 additions & 72 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "kondo-lib"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Trent Billington <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
description = "Shared code lib for kondo and kondo-ui."
77
license = "MIT"
88

0 commit comments

Comments
 (0)