Prepare esp-backtrace@0.12.1 release (#1696)

* build: Bump version

* docs: Update changelog
This commit is contained in:
Sergio Gasquez Arcos 2024-06-19 16:42:49 +02:00 committed by GitHub
parent d34a872230
commit 2c03266061
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 11 deletions

View File

@ -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)

View File

@ -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"