Skip to content

Commit 6dcc0e9

Browse files
committed
v0.0.7
1 parent 896bcc8 commit 6dcc0e9

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.0.7 2024-11-15
2+
--------------------
3+
* Add retry
4+
15
v0.0.6 2024-09-26
26
--------------------
37
* Add -s/--size option for specifying product retrieval page size

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/screenstaring/shopify_id_export/exportformat"
1313
)
1414

15-
const version = "v0.0.6"
15+
const version = "v0.0.7"
1616
const shopifyFields = "id,title,product_type,handle,variants"
1717

1818
const usage = `shopify_id_export [hjv] [-k key] [-p password] [-r root-property] [-t token] shop

0 commit comments

Comments
 (0)