Skip to content

v0.2.0

Choose a tag to compare

@rmaddikery rmaddikery released this 30 Apr 09:56
· 207 commits to main since this release
2dc9290

What's Changed

  • Adds C++ lcov coverage workflow by @RSingh1511 in #70
  • docs: restore score_plantuml and :needs_json by @arkjedrz in #69
  • locking: enforce Bzlmod lockfile consistency by @dcalavrezo-qorix in #72
  • docs: update templates by @PiotrKorkus in #74
  • Delete .github/ISSUE_TEMPLATE directory by @anmittag in #78
  • Fix: Upgrade dependencies by @MaximilianSoerenPollak in #98
  • CW_17 export by @Y-Vaishnavi in #100
    ** bazel target adaptations required to migrate to single RegistryAwareRecorderFactory (IRecorderFactory) implementation which now sits in score_baselibs. It provides a static plugin-based design that enables per-binary backend selection enabling single 'mw/log' target for all.
    ** Links all available mw/log C++ backends expilicity in the rust log_bridge so that the users get all supported backends without adding the deps themselves.
    ** Updated documentation with new puml files for detailed design
    ** Bug Fixes and optimizations resolving Severity 1, 2 based on adaptive AUTOSAR C++17 coding guidelines.
    ** Bumps direct deps: score_baselibs to v0.2.7 and score_communication to v0.2.1
    ** Regenerate [MODULE.bazel.lock] for updated dependencies

New Contributors

Full Changelog: v0.1.0...v0.2.0