A patch release with some additions.
Changes
- string: add isNumber2 for sv
- path: add resolvePath
- string/numeric: add hex parsing
- string/numeric: add numeric parsing
- memory: add dynamicPointerCast for weak ptrs
- memory: fix a few UAF cases, add asan to test
- cli/logger: flush stdout after logging
MRs
- signal: check for trivially copyable by @gulafaran in #95
- signals: check if listeners is empty in emitInternal by @gulafaran in #96
- logger: bump to C++26, set FD_CLOEXEC on log file descriptor by @ancorehraq in #100
- i18n: include vector header by @LinuxUserGD in #103
New Contributors
- @ancorehraq made their first contribution in #100
- @LinuxUserGD made their first contribution in #103
Full Changelog: v0.11.0...v0.11.1