We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5619f9d commit 90c6bc2Copy full SHA for 90c6bc2
1 file changed
CHANGELOG.md
@@ -12,6 +12,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
- RTSan real-time safety CI checks and testing (not done yet)
13
- JSON configuration loader with nlohmann_json dependency (not done yet)
14
15
+## [v2.0.1] - 2025-07-31
16
+
17
+### Changed
18
19
+- Updated CI to build anira without inference engines to avoid missing preprocessor flags
20
21
+### Fixed
22
23
+- Ensure missing preprocessor flags are set for disabled backends
24
+- Add virtual destructor to PrePostProcessor to avoid polymorphic cleanup issues
25
26
## [v2.0.0] - 2025-07-28
27
28
### Added
0 commit comments