We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fffaf8 commit c122686Copy full SHA for c122686
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+## [10.1.1] - Development
4
+
5
## [10.1.0] - 2025-01-16
6
7
### Changed
@@ -309,6 +311,7 @@ _Maintanence release._
309
311
310
312
_Initial release._
313
314
+[10.1.0]: https://github.com/bessman/mcbootflash/releases/tag/10.1.0
315
[10.0.0]: https://github.com/bessman/mcbootflash/releases/tag/10.0.0
316
[9.0.1]: https://github.com/bessman/mcbootflash/releases/tag/9.0.1
317
[9.0.0]: https://github.com/bessman/mcbootflash/releases/tag/9.0.0
src/mcbootflash/__init__.py
@@ -39,4 +39,4 @@
39
"write_flash",
40
]
41
42
-__version__ = "10.1.0"
+__version__ = "10.1.1"
0 commit comments