Changelog for tracy-profiler-0.1.2.1
Changelog for tracy-profiler
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.
0.1.2.1 - 2025-11-02
- Fix 
-enablebuild without having libtracyclient installed. 
0.1.2.0 - 2025-11-01
- Fixed byte order in IsLabel Color instance.
 - Move library dependencies under a flag. The package takes extra effort to remove traces of itself unless enabled.
 - Added a safety net around zones. Controlled with flags: zones_pedantic (disable to silently skip) and zones_unsafe (enable to remove the check).
 - Added 
withSrcLocwhich avoids CPP. - Renamed 
withSrcLoc_towithSrcLocImpl, don't use. Added System.Tracy.Memorywrappers (sans the callback variants).
0.1.1.0 - 2025-10-30
- Fixes for copypasta in 
#ifndef TRACE_ENABLEsections. withProfilerandwithSrcLoc_now requireMonadUnliftIO.
0.1.0.0 - 2025-10-30
Initial release.