prep v8.2.1
This commit is contained in:
parent
b223a363ca
commit
64e9e77033
12
CHANGELOG.md
12
CHANGELOG.md
@ -16,6 +16,18 @@ will consitute of a breaking change warranting a new major release:
|
|||||||
|
|
||||||
# [unreleased]
|
# [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
|
# [v8.2.0] 2024-06-26
|
||||||
|
|
||||||
## Changed
|
## Changed
|
||||||
|
@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.13)
|
|||||||
|
|
||||||
set(OBSW_VERSION_MAJOR 8)
|
set(OBSW_VERSION_MAJOR 8)
|
||||||
set(OBSW_VERSION_MINOR 2)
|
set(OBSW_VERSION_MINOR 2)
|
||||||
set(OBSW_VERSION_REVISION 0)
|
set(OBSW_VERSION_REVISION 1)
|
||||||
|
|
||||||
# set(CMAKE_VERBOSE TRUE)
|
# set(CMAKE_VERBOSE TRUE)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user