bump minor version
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2023-02-17 11:18:08 +01:00
parent e1703be49b
commit d233dc9f82
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
2 changed files with 8 additions and 4 deletions

View File

@ -17,6 +17,10 @@ change warranting a new major release:
# [unreleased] # [unreleased]
# [v1.28.0] 2023-02-17
eive-tmtc: v2.12.7
## Added ## Added
- In case the ACS Controller does recognize more than one RW to be invalid and therefore not - In case the ACS Controller does recognize more than one RW to be invalid and therefore not
@ -27,7 +31,7 @@ change warranting a new major release:
## Changed ## Changed
- Igrf13 model vector now outputs as uT instead of nT - Igrf13 model vector now outputs as uT instead of nT
- Changed timings for `AcsPst` - Changed timings for `AcsPst`, more time for sun sensors.
- Added values for MGM sensor fusion - Added values for MGM sensor fusion
- Refactored RW Software: Polling runs in separate thread, all RWs are now polled in under 60 ms. - Refactored RW Software: Polling runs in separate thread, all RWs are now polled in under 60 ms.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/381 PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/381
@ -45,7 +49,7 @@ change warranting a new major release:
Reaction Wheel handling was determined to be (quasi) broken and needs to be fixed in future release Reaction Wheel handling was determined to be (quasi) broken and needs to be fixed in future release
to be usable by ACS controller. to be usable by ACS controller.
eive-tmtc: v2.15.6 eive-tmtc: v2.12.6
## Added ## Added

View File

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