From 9de95e18869b6d948ff324959ce1ae3b05452ed7 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Wed, 15 Jan 2025 17:40:18 +0000 Subject: [PATCH] New release --- CHANGELOG.md | 3 +-- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4180d4a3f3..bf85839c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 5d4c7d7a48..6c217bbf26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp-idf-hal" -version = "0.45.1" +version = "0.45.2" authors = ["sapir ", "Ivan Markov "] edition = "2021" resolver = "2"