Skip to content

Commit

Permalink
Created pre-release build 1.0.5.25
Browse files Browse the repository at this point in the history
+ Fixed issue #3 for both FB_Tree_Map and FB_Tree_Set
+ Fixes issue were removing the root node from a left or right heavy tree caused the tree to become unbalanced.
+ Added I_Iterable interface that provides structure and improved safety for iterable data structures.
  • Loading branch information
fisothemes committed Mar 24, 2024
1 parent 3f54fd4 commit 26d6192
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file added builds/1.0.5.25/TcDynCollections.library
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ END_VAR]]></Declaration>
<Implementation>
<ST><![CDATA[F_GetVersion.iMajor := 1;
F_GetVersion.iMinor := 0;
F_GetVersion.iBuild := 4;
F_GetVersion.iRevision := 24;
F_GetVersion.iBuild := 5;
F_GetVersion.iRevision := 25;
]]></ST>
</Implementation>
</POU>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Title>TwinCat Dynamic Collections</Title>
<Author>Goodwill Mzumala</Author>
<DefaultNamespace>TcDynCollections</DefaultNamespace>
<ProjectVersion>1.0.4.24</ProjectVersion>
<ProjectVersion>1.0.5.25</ProjectVersion>
<DocFormat>reStructuredText</DocFormat>
<Description>A library for handling collections of data dynamically in TwinCAT.</Description>
<CombineIds>true</CombineIds>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// This function has been automatically generated from the project information.
VAR_GLOBAL CONSTANT
{attribute 'const_non_replaced'}
stLibVersion_TwinCat_Dynamic_Collections : ST_LibVersion := (iMajor := 1, iMinor := 0, iBuild := 4, iRevision := 24, nFlags := 0, sVersion := '1.0.4.24');
stLibVersion_TwinCat_Dynamic_Collections : ST_LibVersion := (iMajor := 1, iMinor := 0, iBuild := 5, iRevision := 25, nFlags := 0, sVersion := '1.0.5.25');
END_VAR
]]></Declaration>
</GVL>
Expand Down

0 comments on commit 26d6192

Please sign in to comment.