prep v8.2.1 #910

Merged
meggert merged 1 commits from prep-v8.2.1 into main 2025-02-07 15:51:59 +01:00
2 changed files with 13 additions and 1 deletions

View File

@ -16,6 +16,18 @@ will consitute of a breaking change warranting a new major release:
# [unreleased]
# [v8.2.1] 2025-02-07
Patch release with EM changes only.
## Changed
- BPX battery is not added anymore for EM build, dummy is used by default now.
## Fixed
- Small fix for `q7s-cp.py` script: Add `-O` argument.
# [v8.2.0] 2024-06-26
## Changed

View File

@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.13)
set(OBSW_VERSION_MAJOR 8)
set(OBSW_VERSION_MINOR 2)
set(OBSW_VERSION_REVISION 0)
set(OBSW_VERSION_REVISION 1)
# set(CMAKE_VERBOSE TRUE)