Release 1.3.2
This uses user contexts for Linux and setjmp/longjmp for other platforms. While benefiting from being more portable, setjmp/longjmp causes LLVM TSAN to get its knickers in a twist. Also, Apple have decided that user contexts (ucontext_t) is dangerous and have deprecated it.