# Change Log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ## [v0.1.4] - 2023-05-07 ### Changed - Upgrade to bindgen 0.65. ## [v0.1.3] - 2022-09-25 ### Changed - Upgrade to bindgen 0.60. ## [v0.1.2] - 2021-09-08 ### Fixed - Fix handling of `unw_is_signal_frame` return value ## [v0.1.1] - 2021-06-11 ### Fixed - Fix build.rs to not always trigger a rebuild of the crate ## [v0.1.0] - 2021-05-12 - Initial release [Unreleased]: https://github.com/Amanieu/mini-backtrace/compare/v0.1.4...HEAD [v0.1.4]: https://github.com/Amanieu/mini-backtrace/compare/v0.1.3...v0.1.4 [v0.1.3]: https://github.com/Amanieu/mini-backtrace/compare/v0.1.2...v0.1.3 [v0.1.2]: https://github.com/Amanieu/mini-backtrace/compare/v0.1.1...v0.1.2 [v0.1.1]: https://github.com/Amanieu/mini-backtrace/compare/v0.1.0...v0.1.1 [v0.1.0]: https://github.com/Amanieu/mini-backtrace/releases/tag/v0.1.0