We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6916b9 + 98cbee5 commit 88d4b3bCopy full SHA for 88d4b3b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Development Build: v6.0.0-rc4+dev209
4
+- add assert macros for other data types
5
+- See <https://github.com/nasa/osal/pull/1375>
6
+
7
## Development Build: v6.0.0-rc4+dev205
8
- fixup API headers for C++
9
- workflow to validate OSAL API
src/os/inc/osapi-version.h
@@ -34,7 +34,7 @@
34
/*
35
* Development Build Macro Definitions
36
*/
37
-#define OS_BUILD_NUMBER 205
+#define OS_BUILD_NUMBER 209
38
#define OS_BUILD_BASELINE "v6.0.0-rc4"
39
40
0 commit comments