Skip to content

Commit 4de63df

Browse files
committed
Release v0.1.1
1 parent cc83efa commit 4de63df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ int main() {
319319
320320
# Updates
321321
322+
- **19-Jan-2021**: Fix compilation and issues on Mac OS X, release v0.1.1.
322323
- **19-Jan-2021**: First release, v0.1.0.
323324
- **18-Jan-2021**: Fix issues when using Clang on Linux.
324325
- **17-Jan-2021**: Add support for RISC-V 64 bits.

minicoro.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Minimal asymmetric stackful cross-platform coroutine library in pure C.
3-
minicoro - v0.1.0 - 19/Jan/2021
3+
minicoro - v0.1.1 - 13/Feb/2021
44
Eduardo Bart - [email protected]
55
https://github.com/edubart/minicoro
66

0 commit comments

Comments
 (0)