0.2.0
- Improve ergonomics of the C++ API (#48, #46, #56, thanks @slurps-mad-rips)
- Add a way to emit the cxx.h header from the cxxbridge cli command (#27, #20, thanks @sayrer)
- Use the platform's native C++ standard library (libstdc++, libc++, etc) (#21, #19)
- Fixes to improve Windows support (#41)
- Expose snake_case aliases for all types for use in codebases that use that style for types (#50)
- Avoid pulling in all of <iostream> in our header (#55)