## Features
* Skip Python runtime objects in callgrind
* Use instrument_hooks markers in walltime
* Declare native extension free-thread safe
* Remove cffi in favor of native extension
* Collect Python toolchain information via instrument hooks environment
API
## Bug Fixes
* Use instrument_hooks_callgrind_add_obj_skip from C API
* Exclude setup time from benchmark in walltime mode
* Fix segfault caused by multiple activate_stack_trampoline
-------------------------------------------------------------------
## Features
* Support for the memory instrument, which enables you to track memory
usage, heap allocations, and memory leaks in your benchmarks.
* Support python 3.14
* Bump instrument-hooks
* Support perf profiling in Python walltime instrument
* Support pytest-benchmark marker attributes
* Support the pedantic API
* Increase the min round time to a bigger value (+/- 1ms)
* Fix the random seed while measuring with instruments
## Bug Fixes
* Use ParamSpec in instrument definition instead of tuple and dict
* Use ParamSpec in the plugin call definition
* Use time per iteration instead of total round time in stats
- Remove pointless multibuild.