Skip to content

Commit c1be04d

Browse files
committed
Version 0.9.2
1 parent b2daba5 commit c1be04d

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to OpenEMC will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
# 0.9.2 - 2024-06-19
8+
### Changed
9+
- bootloader: avoid bootloader entry after power-on reset, if possible
10+
- bootloader version 0.3.2
11+
### Fixed
12+
- STUSB4500: NVM programming
13+
714
# 0.9.1 - 2024-06-18
815
### Added
916
- STUSB4500: reset when BQ25713 I2C communication fails

openemc-bootloader/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openemc-bootloader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "openemc-bootloader"
33
description = "OpenEMC Bootloader"
44
authors = ["Sebastian Urban <surban@surban.net>"]
55
license = "GPL-3.0"
6-
version = "0.3.1"
6+
version = "0.3.2"
77
publish = false
88
edition = "2021"
99

openemc-firmware/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openemc-firmware/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "openemc-firmware"
33
description = "OpenEMC Firmware"
44
authors = ["Sebastian Urban <surban@surban.net>"]
55
license = "GPL-3.0"
6-
version = "0.9.1"
6+
version = "0.9.2"
77
publish = false
88
edition = "2021"
99

0 commit comments

Comments
 (0)