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.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteJanz committed Jun 23, 2024
1 parent 7cd5b65 commit 2081845
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.3.0
- Added `associations` entry for schema (used on export only)
- Implemented proper `entity_path` resolution with optional chaining `?.` for export
- "To-One-Associations" are now exported correctly
- The implementation for import is still missing and these fields will be ignored for now

# v0.2.0
- Added very basic `filter` entry for schema (used on export only)
- Added `sort` entry for schema (used on export only)
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 = "sw-sync-cli"
version = "0.2.0"
version = "0.3.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 2081845

Please sign in to comment.