diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a204a9..0e837ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,14 +51,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - 2022-11-27 + ### Added - ls *.yaml |machmap *.json - ls *.json |machmap *.yaml +- migration to clap 4.0 +- code coverage and github action ### Fixed -- preserve order on converting yaml to json +- preserve order on converting yaml to json +- convert webp files to png, jpg ## [0.5.3] - 2022-08-19 diff --git a/Cargo.lock b/Cargo.lock index 19f6b1e..2f25849 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -903,7 +903,7 @@ dependencies = [ [[package]] name = "machin" -version = "0.5.3" +version = "0.6.0" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 0f51338..00a2f03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "machin" -version = "0.5.3" +version = "0.6.0" authors = ["Ferry Jérémie "] description = "Machin is a cli program that simplifies file conversions and batch processing. It's inspired from filter/map/reduce" keywords = ["app", "cli", "files", "conversion", "batch"]