Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteJanz committed Jun 23, 2024
1 parent 27c9844 commit f82e2ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# v0.2.0
- Added very basic `filter` entry for schema (used on export only)
- Added `sort` entry for schema (used on export only)

# v0.1.0
- Initial release
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 = "sw-sync-cli"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "CLI for fast and flexible data transfer between shopware <-> (CSV) file over API"
keywords = ["cli", "shopware", "import", "export"]
Expand Down

0 comments on commit f82e2ec

Please sign in to comment.