From 11ef1a345a8e711ce9ddb5a76c90a7e510c5dadc Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Fri, 10 Jan 2025 15:40:37 +0000 Subject: [PATCH] Update changelog and a new release --- CHANGELOG.md | 6 ++---- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d3e11bb8..19d0ea284b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,13 @@ 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] -### Deprecated - -### Breaking +## [0.36.1] - 2025-01-10 ### Added - Add raw bindings for `esp_netif_net_stack.h` and `lwip/esp_netif_net_stack.h`. (#360) ### Fixed +- Fix the `esp_app_desc!` macro so that it works with recent ESP-IDF versions (5.4+, 5.2.3+, 5.3.2+) ## [0.36.0] - 2025-01-02 diff --git a/Cargo.toml b/Cargo.toml index 4bc9d57bed..966e41da07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp-idf-sys" -version = "0.36.0" +version = "0.36.1" authors = ["Alexey Arbuzov ", "sapir ", "Ivan Markov ", "Dominik Gschwind "] edition = "2021" resolver = "2"