From 160147f6fdf22d728059492363f5fc813e8427e3 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Tue, 7 Nov 2023 12:59:26 +0000 Subject: [PATCH] New release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 961382580a5..230b98db9e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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). +## [0.33.6] - 2023-11-07 +* Export esp_netif_sntp APIs from esp-idf 5.1 +* Fix compile error for esp32c6 with NimBLE +* Support for the [symlink to xtensa Clang library](https://github.com/esp-rs/espup/releases/tag/v0.8.0) installed by latest `espup` ([esp-idf-svc issue 319](https://github.com/esp-rs/esp-idf-hal/issues/319)) + ## [0.33.5] - 2023-10-28 * Support for latest ESP IDF 5.2 dev (master) diff --git a/Cargo.toml b/Cargo.toml index 57633b02f76..682c53d2a3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp-idf-sys" -version = "0.33.5" +version = "0.33.6" authors = ["Alexey Arbuzov ", "sapir ", "Ivan Markov ", "Dominik Gschwind "] edition = "2021" resolver = "2"