Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edubart committed Jan 19, 2021
1 parent c5c3385 commit fd656fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion minicoro.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Minimal asymmetric stackful cross-platform coroutine library in pure C.
minicoro
minicoro - v0.1.0 - 19/Jan/2021
Eduardo Bart - [email protected]
https://github.com/edubart/minicoro
Expand Down

0 comments on commit fd656fa

Please sign in to comment.