Autogenerated release
<table>
<thead>
<tr>
<th>OS</th>
<th>Dev</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">Windows x64</td>
<td align="center">
<a href="../../releases/download/v0.0.13.24/MeshLibDist_v0.0.13.24.zip">zip</a>
</td>
</tr>
<tr>
<td align="center">Ubuntu 20 LTS x64</td>
<td align="center">
<a href="../../releases/download/v0.0.13.24/meshlib_v0.0.13.24-dev.deb">deb</a>
</td>
</tr>
<tr>
<td align="center">Fedora 35 x64</td>
<td align="center">
<a href="../../releases/download/v0.0.13.24/meshlib_v0.0.13.24-dev.rpm">rpm</a>
</td>
</tr>
<tr>
<td align="center">MacOS</td>
<td colspan=3 align="center"> Coming soon! :green_apple:</td>
</tr>
</tbody>
</table>
What's Changed
* AABBTreePoints for Mesh by Fedr in https://github.com/MeshInspector/MeshLib/pull/173
* MeshBuilder::uniteCloseVertices by Fedr in https://github.com/MeshInspector/MeshLib/pull/175
* Fix some new clang warnings by Grantim in https://github.com/MeshInspector/MeshLib/pull/174
* Use double calculations in planar path optimization by Grantim in https://github.com/MeshInspector/MeshLib/pull/176
* Add sign detection method to contours distance map by Grantim in https://github.com/MeshInspector/MeshLib/pull/177
* deleteFace(s) are methods of MeshTopology now by Fedr in https://github.com/MeshInspector/MeshLib/pull/178
* Polyline components separation by Grantim in https://github.com/MeshInspector/MeshLib/pull/179
* Tetrahedron detection and relax by Grantim in https://github.com/MeshInspector/MeshLib/pull/180
* remove boost geometry requirement by Grantim in https://github.com/MeshInspector/MeshLib/pull/181
* Split win and linux docker builds by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/182
* invalidate caches when needed by Grantim in https://github.com/MeshInspector/MeshLib/pull/183
* Update integration documentation by Grantim in https://github.com/MeshInspector/MeshLib/pull/184
* Merge MREAlgorithms into MRMesh by Fedr in https://github.com/MeshInspector/MeshLib/pull/185
* update win container tag by MaxRayskiy in https://github.com/MeshInspector/MeshLib/pull/188
* added iso change signal by ABSitf in https://github.com/MeshInspector/MeshLib/pull/186
* Merge mrealgorithmspy in mrmeshpy by Fedr in https://github.com/MeshInspector/MeshLib/pull/187
* update dirty flags due to corner rendering by Grantim in https://github.com/MeshInspector/MeshLib/pull/189
**Full Changelog**: https://github.com/MeshInspector/MeshLib/compare/v0.0.12.5...v0.0.13.24