Changes in version 0.1.3.9006 Continuous integration - Update ccache-action reference. - Bump action version. Changes in version 0.1.3.9005 Continuous integration - Explain (#86). Changes in version 0.1.3.9004 Chore - Add ccache to .gitignore and .Rbuildignore. Continuous integration - Create snapshot update PR against correct branch. - Add reference to /apply-patch workflow in commit message. - Clarify rationale for not deploying on schedule. - Only run fledge on pushes to main. - Tweak fledge workflow and ccache action. Changes in version 0.1.3.9003 Continuous integration - Cosmetics. - Bump action versions. - Install clang-format-21. - Align fledge workflow. - Harmonize. Changes in version 0.1.3.9002 Chore - Auto-update from GitHub Actions (#113). Changes in version 0.1.3.9001 Chore - Auto-update from GitHub Actions (#111). Changes in version 0.1.3.9000 fledge - CRAN release v0.1.3 (#109). Changes in version 0.1.3 (2026-02-14) Chore - Auto-update from GitHub Actions (#96). Continuous integration - Remove plogr usage. - Fix comment (#107). - Tweaks (#106). - Test all R versions on branches that start with cran- (#105). - Install binaries from r-universe for dev workflow (#103). - Fix reviewdog and add commenting workflow (#101). - Use workflows for fledge (#99). - Sync (#98). - Use reviewdog for external PRs (#97). - Cleanup and fix. - Format with air, check detritus, better handling of extra-packages (#95). - Enhance permissions for workflow (#94). Changes in version 0.1.2 (2025-05-01) Chore - Avoid calling abort() (#91). Changes in version 0.1.1 (2024-02-19) Bug fixes - Gracefully degrade if unw_get_proc_name() results in an error. Changes in version 0.1.0 (2023-04-20) Features - winch_trace_back() returns a new is_libr column that indicates if an entry is from R's shared library (#56). Chore - Deprecate winch_add_trace_back(), to be reimplemented in rlang (#56). - Tweak snapshot. - Fix compiler warning regarding empty prototype. Changes in version 0.0.12 (2023-02-01) Chore - Fix compiler warnings (@Antonov548, #63). Changes in version 0.0.11 (2022-10-31) Bug fixes - Fix prototype warning (@Antonov548, #60). Changes in version 0.0.10 (2022-10-20) Bug fixes - Fix deprecation warnings (@Antonov548, #58). Changes in version 0.0.9 (2022-09-01) Breaking changes - rlang backtraces are disabled for now (#56). Changes in version 0.0.8 (2022-03-16) - Fix compatibility with vctrs > 0.3.8. Changes in version 0.0.7 (2021-10-24) - Fix compatibility with dev rlang (#50). - Use correct printf() format for uintptr_t (#48, @QuLogic). Changes in version 0.0.6 (2020-11-16) - Work around CRAN check failures on Linux with C locale and Windows oldrel (#45). - Enable more tests on CRAN (#43). Changes in version 0.0.5 (2020-11-09) - Fix checks when libbacktrace compiles but is broken (#40). - Vendor libraries are not checked on Valgrind (#41). Changes in version 0.0.4 - Avoid -j and -l when calling make. Changes in version 0.0.3 - Same as winch 0.0.2. Changes in version 0.0.2 - Adapt to trace format with version specification in attribute in rlang 0.4.8 (#35). - Fix Valgrind error. - Fix check errors if functionality is not available (#31). - Fix check on CRAN Debian clang (#32). - Only enable libbacktrace if it can be configured and built. This fixes problems on Windows oldrelease and Solaris (#34). - Copy-edit text (#33, @jawond). Changes in version 0.0.1 (2020-10-05) Initial release. - winch_trace_back() provides native stack trace as data frame. - winch_add_trace_back() integrates the native stack trace into an rlang traceback.