New release

This commit is contained in:
ivmarkov 2025-01-15 17:40:18 +00:00
parent 726aede30c
commit 9de95e1886
2 changed files with 2 additions and 3 deletions

View File

@ -5,13 +5,12 @@ 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]
## [0.45.2] - 2025-01-15
### Fixed
- Fix ledc example (#511)
- Fix missing sdspi_host_get_dma_info for sdcard driver bug (#509)
## [0.45.1] - 2025-01-10
### Fixed

View File

@ -1,6 +1,6 @@
[package]
name = "esp-idf-hal"
version = "0.45.1"
version = "0.45.2"
authors = ["sapir <yasapir@gmail.com>", "Ivan Markov <ivan.markov@gmail.com>"]
edition = "2021"
resolver = "2"