From 992c765ca472c7e6817eaa0c1a0752e3928d5b53 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Fri, 10 Jan 2025 11:40:22 +0000 Subject: [PATCH] New release --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca25a7ad5..78cc73be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.1] - 2025-01-10 ### Fixed - Fix RGB to u32 conversion order in rmt_neopixel example (#505) diff --git a/Cargo.toml b/Cargo.toml index 77f32acfb..5d4c7d7a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp-idf-hal" -version = "0.45.0" +version = "0.45.1" authors = ["sapir ", "Ivan Markov "] edition = "2021" resolver = "2"