From d7addd5f3e8aac70e042c39dbc6f48500c5bc6b3 Mon Sep 17 00:00:00 2001 From: Floris Lambrechts Date: Thu, 12 Oct 2023 22:55:17 +0200 Subject: [PATCH] doc: Describe the big bugfix of v0.7.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2cc659..356b002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ What changed in which version. * Adopt `flit` as build system. * Adopt `bump-my-version` as version bumper. +### Fixed +* Erasing was impossible due to --length not being supplied. ### Cleaned * Move argument-parsing code to separate file. @@ -24,6 +26,8 @@ What changed in which version. ## [0.6.0] - 2023-10-09 +Yanked on 2023-10-12 due to bug when erasing. Use 0.7.0 instead. + ### Added * `#59` Continuous Integration: start running tests and linters on GitHub Actions. * `#42` `#43` Find flash size for non-standard MCUs (F4, L0).