From 3d41534ebe0d2e6b5b2f25ebc9b7d3b6ac4aa1f7 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Wed, 15 Jan 2025 21:16:45 +0200 Subject: [PATCH] New release (#551) --- CHANGELOG.md | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd17283a963..bb2b6c19a35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ 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.51.0] - 2025-01-15 + ### Breaking - New `embassy-time-driver` implementation compatible with `embassy-time-driver` V0.2 (#548) diff --git a/Cargo.toml b/Cargo.toml index 1f7b047090e..c30b0681b23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp-idf-svc" -version = "0.50.1" +version = "0.51.0" authors = ["Ivan Markov "] edition = "2021" resolver = "2"