Skip to content

Commit 3d8d59b

Browse files
committed
Version 0.9.4
1 parent 667789f commit 3d8d59b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.4 - 2024-06-20
8+
### Changed
9+
- STUSB4500: prohibit reset when battery is low
10+
- BQ25713: only warn when readback fails
11+
- supply: increase USB-SDP and negotiation current to 500 mA
12+
713
# 0.9.3 - 2024-06-20
814
### Fixed
915
- STUSB4500: avoid attach loop with mobile devices

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.3"
6+
version = "0.9.4"
77
publish = false
88
edition = "2021"
99

0 commit comments

Comments
 (0)