From a3870be7c62f88ff4c785ebba9171fc04cf41bb0 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Sun, 30 Jul 2023 10:17:38 +0000 Subject: [PATCH] New release --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 297f9648c3b..706aab3a028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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). +## [0.46.1] - 2023-07-30 +* Workaround issue 11921 in ESP IDF (new member of struct `wifi_scan_config_t`) +* Make all conversions to CString fallible rather than panic-ing +* Bugfixes in HTTPD WS support: Allow calls with a zero-length buffer +* Added docstrings for wifi module (#262) + ## [0.46.0] - 2023-05-13 * MSRV 1.66 diff --git a/Cargo.toml b/Cargo.toml index 40ddc730f00..265acb8bf38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp-idf-svc" -version = "0.46.0" +version = "0.46.1" authors = ["Ivan Markov "] edition = "2018" resolver = "2"