1.0.2
I'm pleased to announce our 1.0.2 release.
This contains a fix (14afd20) for a memory leak on Linux: SWIFT-1051 / #571. Thank you to @NikolayJuly for bringing this to our attention.
This leak was due to our usage of String.cString(using:)
, a Foundation method whose Linux implementation has apparently had a longstanding, known memory leak (see SR-4036, and the source code).