diff --git a/README.md b/README.md index 956b85b..5939f20 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,7 @@ int main() { # Updates +- **19-Jan-2021**: First release, v0.1.0. - **18-Jan-2021**: Fix issues when using Clang on Linux. - **17-Jan-2021**: Add support for RISC-V 64 bits. - **16-Jan-2021**: Add support for Mac OS X x86_64, thanks @RandyGaul for testing, debugging and researching about it. diff --git a/minicoro.h b/minicoro.h index c0e2e5b..af5960a 100644 --- a/minicoro.h +++ b/minicoro.h @@ -1,6 +1,6 @@ /* Minimal asymmetric stackful cross-platform coroutine library in pure C. -minicoro +minicoro - v0.1.0 - 19/Jan/2021 Eduardo Bart - edub4rt@gmail.com https://github.com/edubart/minicoro