Skip to content

Commit

Permalink
upgrade to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mothsART committed Nov 27, 2022
1 parent e1daa58 commit 58d0c73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "machin"
version = "0.5.3"
version = "0.6.0"
authors = ["Ferry Jérémie <ferryjeremie@free.fr>"]
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"]
Expand Down

0 comments on commit 58d0c73

Please sign in to comment.