v0.1.0
libmicroemu Release
Features
- Introduced new command-line options and memory-config option.
- Added support for stack alignment checks in testbench.
- Enabled noexcept on all libmicroemu APIs.
- Added version information and automated version installation in version.h.
Documentation
- Expanded README with chapters on "Performance Results" and embedding instructions.
- Clarified API, key features, integration examples, and added documentation for Set*Segment methods.
- Updated example usage and improved documentation generation in Doxygen, including auto-generation of version.
Refactoring
- Reworked register and special register access interfaces.
- Renamed namespaces, segments, and command-line options for clarity.
- Updated unsigned value notation for consistency.
- Simplified structure with enhanced readability in main.cpp.
Chore
- Enabled GitHub Actions for Doxygen documentation and status checks on pull requests.
- Configured dependencies and cleaned up unnecessary files and comments.
- Made CMake project importable with add_subdirectory().
Fixes
Corrected badge placement and typo fixes in examples.
Added bash shell requirement in GitHub workflow (release.yml).
Full Changelog: v0.0.1...v0.1.0