From cccd1cf15c76712f2ddcd2e40ad0f7abca1af589 Mon Sep 17 00:00:00 2001 From: Sebastian Urban Date: Wed, 6 Sep 2023 02:01:41 +0200 Subject: [PATCH] Version 0.7.2 --- CHANGELOG.md | 4 ++++ openemc-firmware/Cargo.lock | 2 +- openemc-firmware/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb0013a..d62ebc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.7.2 - 2023-09-06 +### Fixed +- configuration location in flash + ## 0.7.1 - 2023-09-05 ### Added - BQ25713: enable input current optimizer (ICO) algorithm on USB-DCP ports diff --git a/openemc-firmware/Cargo.lock b/openemc-firmware/Cargo.lock index 339c5f7..9d49190 100644 --- a/openemc-firmware/Cargo.lock +++ b/openemc-firmware/Cargo.lock @@ -312,7 +312,7 @@ checksum = "8d5439c4ad607c3c23abf66de8c8bf57ba8adcd1f129e699851a6e43935d339d" [[package]] name = "openemc-firmware" -version = "0.7.1" +version = "0.7.2" dependencies = [ "cortex-m", "cortex-m-rt", diff --git a/openemc-firmware/Cargo.toml b/openemc-firmware/Cargo.toml index ad62cb9..34326cc 100644 --- a/openemc-firmware/Cargo.toml +++ b/openemc-firmware/Cargo.toml @@ -3,7 +3,7 @@ name = "openemc-firmware" description = "OpenEMC Firmware" authors = ["Sebastian Urban "] license = "GPL-3.0" -version = "0.7.1" +version = "0.7.2" publish = false edition = "2021"