From fd656fa5fc7f8b3c35ee3175790e286a155cc114 Mon Sep 17 00:00:00 2001 From: Eduardo Bart Date: Tue, 19 Jan 2021 17:12:43 -0300 Subject: [PATCH] Release v0.1.0 --- README.md | 1 + minicoro.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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