Skip to content

Commit

Permalink
Version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Jun 20, 2024
1 parent 667789f commit 3d8d59b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to OpenEMC will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# 0.9.4 - 2024-06-20
### Changed
- STUSB4500: prohibit reset when battery is low
- BQ25713: only warn when readback fails
- supply: increase USB-SDP and negotiation current to 500 mA

# 0.9.3 - 2024-06-20
### Fixed
- STUSB4500: avoid attach loop with mobile devices
Expand Down
2 changes: 1 addition & 1 deletion openemc-firmware/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openemc-firmware/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "openemc-firmware"
description = "OpenEMC Firmware"
authors = ["Sebastian Urban <surban@surban.net>"]
license = "GPL-3.0"
version = "0.9.3"
version = "0.9.4"
publish = false
edition = "2021"

Expand Down

0 comments on commit 3d8d59b

Please sign in to comment.