Skip to content

Commit

Permalink
Release v7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bessman committed Sep 26, 2023
1 parent 16e03dc commit 53d381a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v7.0.3
======

Bug fixes
---------
- The final two words of the program memory range were not written (fix #19).

v7.0.0
======

Expand Down
2 changes: 1 addition & 1 deletion src/mcbootflash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

__all__ = ["Bootloader", "BootloaderError", "flash", "get_parser"]

__version__ = "7.0.2"
__version__ = "7.0.3"

0 comments on commit 53d381a

Please sign in to comment.