mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-02 14:44:42 +00:00
Prepare esp-backtrace@0.12.1 release (#1696)
* build: Bump version * docs: Update changelog
This commit is contained in:
parent
d34a872230
commit
2c03266061
@ -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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## 0.12.1 - 2024-06-19
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- Fix compilation for nightly after 2024-06-12. (#1681)
|
||||||
- esp-backtrace only prints float registers on targets which have them.
|
- Only prints float registers on targets which have them. (#1690)
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "esp-backtrace"
|
name = "esp-backtrace"
|
||||||
version = "0.12.0"
|
version = "0.12.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.76.0"
|
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"
|
repository = "https://github.com/esp-rs/esp-hal"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user