Skip to content

Commit cd5c795

Browse files
committed
Release v5.4.3
2 parents 51b5f7a + d716441 commit cd5c795

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

include/comms/field/adapter/VarLength.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "comms/cast.h"
1212
#include "comms/details/tag.h"
1313
#include "comms/ErrorStatus.h"
14+
#include "comms/traits.h"
1415
#include "comms/util/SizeToType.h"
1516
#include "comms/util/access.h"
1617
#include "comms/util/type_traits.h"

include/comms/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define COMMS_MINOR_VERSION 4U
1818

1919
/// @brief Patch level of the library
20-
#define COMMS_PATCH_VERSION 2U
20+
#define COMMS_PATCH_VERSION 3U
2121

2222
/// @brief Macro to create numeric version as single unsigned number
2323
#define COMMS_MAKE_VERSION(major_, minor_, patch_) \

0 commit comments

Comments
 (0)