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.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteJanz committed Jun 30, 2024
1 parent cb1b5c5 commit 433f6d9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# NEXT-RELEASE


# v0.4.0
- "To-One-Association" values are now imported correctly
- Added profile `product_with_manufacturer.yaml` as an example
- Fixed reported request timings (they were measured wrong, longer than actual)
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "sw-sync-cli"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
description = "CLI for fast and flexible data transfer between shopware <-> (CSV) file over API"
description = "CLI for fast and flexible data transfer between shopware and (CSV) files over API"
keywords = ["cli", "shopware", "import", "export"]
categories = ["command-line-utilities", "development-tools", "web-programming"]
authors = ["Malte Janz <service.malte.j@protonmail.com>"]
Expand Down
1 change: 1 addition & 0 deletions src/data/export.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ pub async fn export(context: Arc<SyncContext>) -> anyhow::Result<()> {
Ok(())
}

#[allow(clippy::type_complexity)]
async fn write_to_file(
worker_handles: Vec<JoinHandle<anyhow::Result<(u64, Vec<Vec<String>>)>>>,
context: &SyncContext,
Expand Down

0 comments on commit 433f6d9

Please sign in to comment.