v0.2.0
Changes:
- added support for compiling CNodes #35
- added utilities for interacting with CNodes #38
- added support for passing custom flags to compiler and linker #34
- changed the way of how dependencies work: only natives declared as
libs
can be used as dependencies (see usage chapter in readme), removedexport_only?
flag - unified compilation process between Linux and MacOS #32
- improved documentation