Skip to content

Releases: project8/scarab

Scarab v3.13.2 -- Release Notes

17 Sep 23:33
Compare
Choose a tag to compare

Changed

  • Updated CLI11 to v2.5.0

Fixed

  • Issue with CLI11 flags fixed

Removed

  • Removed the logging test directory

Scarab v3.13.1 -- Release Notes

05 Sep 23:19
Compare
Choose a tag to compare

Added

  • Minimum version for GCC is now enforced in PackageBuilder.cmake; minimum version is 12
  • Added a changelog and GHA job to create a GH Release with the changelog information

Fixed

  • Use GCC 12 on Ubuntu 22.04 GHA runners

[3.13.0] -- 2025-08-26

Changed

  • Logger now uses spdlog as its backend

Scarab v3 First Release

21 Jul 00:37
Compare
Choose a tag to compare

Major upgrades:

  • Package Builder CMake infrastructure
  • Testing framework added (Catch2)
  • Signal handler