Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bessman committed Sep 23, 2023
1 parent acd4132 commit 61a3e1f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v7.0.0
======

API changes
-----------
- get_response removed from public API.

Bug fixes
---------
- Don't checksum if bootloader doesn't support it (fix #16).

Misc
----
- HEX file parser changed from intelhex to bincopy.
- Improved error handling and debug logging.

v6.1.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__ = "6.1.0"
__version__ = "7.0.0"

0 comments on commit 61a3e1f

Please sign in to comment.