From 98052312d95c7d4c02a3ccdde6365a9d5831fbc4 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 30 Sep 2024 10:27:27 -0500 Subject: [PATCH] release notes for v0.10.0 Signed-off-by: Brian S. Stephan --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2531d..2994a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ Included is a summary of changes to the project. For full details, especially on behind-the-scenes code changes and development tools, see the commit history. +## v0.10.0 + +### Features + +* The board dump can now be made in UF2 format. +* Kind of a retrograde feature --- precompiled Python files are no longer shipped with the project, as that is not + recommended by upstream protobuf. The version bumps have potentially fixed the Windows issues that led to the + precompiled Python files (rather than just the protobuf snapshots) being shipped in the first place, so we'll stop + shipping them for now. + +### Improvements + +* The protobuf snapshot files have been updated for GP2040-CE v0.7.10. + +### Miscellaneous + +* The TUI "Save As" test was checking old vs. new outputs, which wouldn't make any sense once the latest output fills in + new defaults, etc. not present in the origin file, which is pretty normal, so the test was simplified. +* twine was added in the dev dependencies, and version bumps done for both requirements files. + ## v0.9.0 ### Features