From d8b5b1c8a9005495f8037909c3821c192fb43f23 Mon Sep 17 00:00:00 2001 From: Lewis Lee Date: Wed, 27 Dec 2023 12:55:14 +0000 Subject: [PATCH] docs: Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 204fc34..e6c1796 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,10 @@ pkg.write_to_file(path) ## Changelog +### v1.0.3 +- Fixed a cli error occurred when no scale value was provided. +- Some docstring changes + ### v1.0.2 - Fixed `rows` option having issues with conflicting media file names. - You can now use `scale` and `width` options. `scale` option might help image quality of cards created with multiple rows feature.