Version 1.3.6
- Properly report files that cannot be read as input
- Removed dependency on boost::program_options

Version 1.3.5
- Properly set the badbit in case a resources is not found
  while constructing an istream. Avoids a crash.

Version 1.3.4
- Fix the Windows version again.

Version 1.3.3
- Add the ABI flag to specify ABI OS version in ELF headers

Version 1.3.2
- Fix install rules in CMakeLists.txt
- Added example code

Version 1.3.1
- Fix writing header to specified output instead of stdout
- Added a cmake config file, for easy configuration

Version 1.3.0
- Use cmake as new build system instead of autoconf
- Write COFF files (for MS Windows)

Version 1.2.3
- Should now work on all architectures.
- replaced cpu and eabi flags with more generic --elf-xxx options.

Version 1.2.2
- Fixed error caused by switching to std::filesystem usage.

Version 1.2.0
- Added istream class

Version 1.2.0
- Added streambuf class
- Added unit tests

Version 1.1.0

- New interface file, now no longer throws exception when a
  resource is not found. So you should check the validity
  using e.g. operator bool.

Version 1.0.0
