Skip to content

Commit

Permalink
Version 0.7 (tbillington#95)
Browse files Browse the repository at this point in the history
* bump workspace versions to 0.7

* bump rust edition to 2021

* cargo update

* changelog for 0.7
  • Loading branch information
tbillington committed Jul 6, 2023
1 parent 6d1fd29 commit cc5478f
Show file tree
Hide file tree
Showing 6 changed files with 227 additions and 187 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.7 2023-07-06

- 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
- Upgrade from structopt to clap by @s-aditya-k in @https://github.com/tbillington/kondo/pull/82
- Support default clean operation by @s-aditya-k in https://github.com/tbillington/kondo/pull/83
- Add Arch Linux install instructions by @orhun in https://github.com/tbillington/kondo/pull/84
- Support more types of Python artifact dirs by @trag1c in https://github.com/tbillington/kondo/pull/88
- Support ignoring specified dirs by @tbillington in https://github.com/tbillington/kondo/pull/90
- Add support for Zig projects by @orhun in https://github.com/tbillington/kondo/pull/92

# 0.6 2022-12-25

- add support for cmake projects by @sassman in https://github.com/tbillington/kondo/pull/56
Expand Down
147 changes: 75 additions & 72 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions kondo-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "kondo-lib"
version = "0.6.0"
version = "0.7.0"
authors = ["Trent Billington <trent.h.billington@gmail.com>"]
edition = "2018"
edition = "2021"
description = "Shared code lib for kondo and kondo-ui."
license = "MIT"

Expand Down
Loading

0 comments on commit cc5478f

Please sign in to comment.