From a84a1c9cfa0c55123e4a9bdf2ac442899315877d Mon Sep 17 00:00:00 2001 From: bjoernQ Date: Tue, 12 Mar 2024 17:19:44 +0100 Subject: [PATCH] Prepare release 0.4.0 --- CHANGELOG.md | 3 +-- esp-wifi/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0786ba0..c9bc85a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +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.4.0] - 2024-03-12 ### Added diff --git a/esp-wifi/Cargo.toml b/esp-wifi/Cargo.toml index 7851d152..0b9d5138 100644 --- a/esp-wifi/Cargo.toml +++ b/esp-wifi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp-wifi" -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = [ "The ESP-RS team",