Skip to content

Commit 022a5cd

Browse files
committed
Version 0.1.2
1 parent a61c214 commit 022a5cd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ssfversion.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,12 @@
7878
/* - Updated fsm interface to have 1 level of nesting, a superstate. */
7979
/* - Beta version of generic object interface. */
8080
/* - Better organized the source files in Visual Studio project. */
81+
/* 0.1.2 - Added real-time tracking of heap current usage and minimum. */
82+
/* - Added additional interfaces to ssfstr module. */
83+
/* - Made RTC interface thread safe. */
84+
/* - Minor improvements to ssfjsonn interface. */
85+
/* - Added size constant to ssfstr interface. */
8186
/* --------------------------------------------------------------------------------------------- */
82-
#define SSF_VERSION_STR "0.1.1"
87+
#define SSF_VERSION_STR "0.1.2"
8388

8489
#endif /* SSF_VERSION_H_INCLUDE */

0 commit comments

Comments
 (0)