Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---

## [Unreleased]
# Changelog

## v1.22.4

### Fixed
- Fixed release and CI failures caused by missing `spdlog::spdlog_header_only` on clean environments.
- Added a robust FetchContent fallback for header-only spdlog to ensure reproducible builds.
- Stabilized cross-compilation and GitHub Actions release workflows.

### Build
- Utils module now auto-fetches spdlog in header-only mode when not provided by the system.
- Preserved ABI safety by enforcing header-only logging dependencies.

### Notes
- No runtime behavior changes.
- No API breakage.
- This release only improves build reliability and release stability.

## v1.22.3 — 2026-01-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion modules/utils
Submodule utils updated 1 files
+30 −6 CMakeLists.txt
Loading