Skip to content

Commit a5ae0ea

Browse files
committed
Update changelog
1 parent e9d8095 commit a5ae0ea

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22

3-
## [8.0.3] - Development
3+
## [9.0.1] - Development
4+
5+
## [9.0.0] - 2024-05-13
6+
7+
### Changed
8+
9+
- Disable checksumming by default in CLI, enable with `--checksum` flag ([`b685bb5`](https://github.com/bessman/mcbootflash/commit/b685bb56165805706fdc87adcba76c1285cc3416))
10+
- Unconditionally erase before flashing with CLI ([`9a4ddc6`](https://github.com/bessman/mcbootflash/commit/9a4ddc629b1df47fe06149ceafdc3f4131a5e6e6))
11+
12+
### Added
13+
14+
- Add CLI flag `--reset` to reset device after flashing ([`e38cefb`](https://github.com/bessman/mcbootflash/commit/e38cefbfee740b46c994d678f1fd884d8caeec9c))
15+
16+
### Removed
17+
18+
- __Breaking__: Remove `.has_checksum` attribute of `BootAttrs` ([`b685bb5`](https://github.com/bessman/mcbootflash/commit/b685bb56165805706fdc87adcba76c1285cc3416))
19+
20+
### Fixed
21+
22+
- Fix error messages not being shown in CLI ([`c499eb9`](https://github.com/bessman/mcbootflash/commit/c499eb94f193b2910aed6c6fb62f108854ce8026))
23+
- Fix wrong pad value in `chunked` ([`58ad227`](https://github.com/bessman/mcbootflash/commit/58ad227b9304ddea3f9c0e4acad1494901a47031))
424

525
## [8.0.2] - 2024-05-11
626

@@ -244,6 +264,7 @@ _Maintanence release._
244264

245265
_Initial release._
246266

267+
[9.0.0]: https://github.com/bessman/mcbootflash/releases/tag/9.0.0
247268
[8.0.2]: https://github.com/bessman/mcbootflash/releases/tag/8.0.2
248269
[8.0.1]: https://github.com/bessman/mcbootflash/releases/tag/8.0.1
249270
[8.0.0]: https://github.com/bessman/mcbootflash/releases/tag/v8.0.0

0 commit comments

Comments
 (0)