Browse Source

Version 0.1.2

Amanieu d'Antras 3 years ago
parent
commit
dd7f4dabdd
2 changed files with 8 additions and 2 deletions
  1. 7 1
      CHANGELOG.md
  2. 1 1
      Cargo.toml

+ 7 - 1
CHANGELOG.md

@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## [Unreleased]
 
+## [v0.1.2] - 2021-09-08
+
+### Fixed
+- Fix handling of `unw_is_signal_frame` return value
+
 ## [v0.1.1] - 2021-06-11
 
 ### Fixed
@@ -16,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 - Initial release
 
-[Unreleased]: https://github.com/Amanieu/mini-backtrace/compare/v0.1.1...HEAD
+[Unreleased]: https://github.com/Amanieu/mini-backtrace/compare/v0.1.2...HEAD
+[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

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "mini-backtrace"
-version = "0.1.1"
+version = "0.1.2"
 edition = "2018"
 authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
 description = "Backtrace support for no_std and embedded programs"