Skip to content

Commit 2c6e33e

Browse files
committed
Releasing version 1.0.1
1 parent d0d64f3 commit 2c6e33e

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.1] - 2025-10-09
9+
10+
### Fixed
11+
12+
- BOOT_ORDER line in EEPROM config was not replaced but duplicated (#41)
13+
- Prevented a race condition showing error message when choosing provisioning
14+
- Possible Crash on shutdown request (#39)
15+
16+
### Changed
17+
18+
- No more gathering at start of Provision: was if last gathering older than 1mn (#38)
19+
20+
### Added
21+
22+
- Ability to exit to shell via Q key
23+
- copy of read rpi-imager's stdout on /dev/shm (#40)
24+
25+
## [1.0.0] - 2025-09-09
26+
27+
### Added
28+
29+
- Initial version

src/provisioner/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0.dev0"
1+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)