From b309b83c766280c785a66c2b3e779fab7f95ff09 Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 30 Oct 2023 12:48:06 -0400 Subject: [PATCH] v1.3.0-rc4+dev56 --- CHANGELOG.md | 10 ++++++++++ fsw/src/sample_app_version.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 116c3fc..d59533b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## Development Build: v1.3.0-rc4+dev56 +- Apply consistent Event ID names to common events +- Remove component-specific cFE header #includes +- Refactor SAMPLE_APP_Init/Process to remove multiple returns +- Add test for missing branch in SAMPLE_APP_Process() +- Zero out global data structure during initialization +- Move cmds and utils into separate files +- organize source files according to current patterns +- See , , , , , , and + ## Development Build: v1.3.0-rc4+dev39 - update cmake recipe - See diff --git a/fsw/src/sample_app_version.h b/fsw/src/sample_app_version.h index a2ea178..b29b42d 100644 --- a/fsw/src/sample_app_version.h +++ b/fsw/src/sample_app_version.h @@ -27,7 +27,7 @@ /* Development Build Macro Definitions */ -#define SAMPLE_APP_BUILD_NUMBER 39 /*!< Development Build: Number of commits since baseline */ +#define SAMPLE_APP_BUILD_NUMBER 56 /*!< Development Build: Number of commits since baseline */ #define SAMPLE_APP_BUILD_BASELINE \ "v1.3.0-rc4" /*!< Development Build: git tag that is the base for the current development */