Skip to content

Commit

Permalink
Version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Jun 19, 2024
1 parent b2daba5 commit c1be04d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.2 - 2024-06-19
### Changed
- bootloader: avoid bootloader entry after power-on reset, if possible
- bootloader version 0.3.2
### Fixed
- STUSB4500: NVM programming

# 0.9.1 - 2024-06-18
### Added
- STUSB4500: reset when BQ25713 I2C communication fails
Expand Down
2 changes: 1 addition & 1 deletion openemc-bootloader/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-bootloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "openemc-bootloader"
description = "OpenEMC Bootloader"
authors = ["Sebastian Urban <surban@surban.net>"]
license = "GPL-3.0"
version = "0.3.1"
version = "0.3.2"
publish = false
edition = "2021"

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.1"
version = "0.9.2"
publish = false
edition = "2021"

Expand Down

0 comments on commit c1be04d

Please sign in to comment.