We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc83efa commit 4de63dfCopy full SHA for 4de63df
README.md
@@ -319,6 +319,7 @@ int main() {
319
320
# Updates
321
322
+- **19-Jan-2021**: Fix compilation and issues on Mac OS X, release v0.1.1.
323
- **19-Jan-2021**: First release, v0.1.0.
324
- **18-Jan-2021**: Fix issues when using Clang on Linux.
325
- **17-Jan-2021**: Add support for RISC-V 64 bits.
minicoro.h
@@ -1,6 +1,6 @@
1
/*
2
Minimal asymmetric stackful cross-platform coroutine library in pure C.
3
-minicoro - v0.1.0 - 19/Jan/2021
+minicoro - v0.1.1 - 13/Feb/2021
4
Eduardo Bart - [email protected]
5
https://github.com/edubart/minicoro
6
0 commit comments