From 2c03266061ba50a0f46641bd92661b742a7852e7 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Arcos Date: Wed, 19 Jun 2024 16:42:49 +0200 Subject: [PATCH] Prepare esp-backtrace@0.12.1 release (#1696) * build: Bump version * docs: Update changelog --- esp-backtrace/CHANGELOG.md | 12 +++--------- esp-backtrace/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/esp-backtrace/CHANGELOG.md b/esp-backtrace/CHANGELOG.md index 48fc7e552..861a1b1ed 100644 --- a/esp-backtrace/CHANGELOG.md +++ b/esp-backtrace/CHANGELOG.md @@ -5,15 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - -### Added +## 0.12.1 - 2024-06-19 ### Fixed - -- esp-backtrace only prints float registers on targets which have them. - -### Changed - -### Removed +- Fix compilation for nightly after 2024-06-12. (#1681) +- Only prints float registers on targets which have them. (#1690) diff --git a/esp-backtrace/Cargo.toml b/esp-backtrace/Cargo.toml index ccc8d1be2..5d3c1013b 100644 --- a/esp-backtrace/Cargo.toml +++ b/esp-backtrace/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "esp-backtrace" -version = "0.12.0" +version = "0.12.1" edition = "2021" rust-version = "1.76.0" -description = "Bare-metal backtrace support for ESP32" +description = "Bare-metal backtrace support for Espressif devices" repository = "https://github.com/esp-rs/esp-hal" license = "MIT OR Apache-2.0"