Skip to content

Commit b5728e5

Browse files
committed
New release
1 parent 2cd767f commit b5728e5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ domain = { version = "0.10", default-features = false, features = ["heapless"] }
117117

118118
edge-captive = { version = "0.5.0", path = "edge-captive", default-features = false }
119119
edge-dhcp = { version = "0.5.0", path = "edge-dhcp", default-features = false }
120-
edge-http = { version = "0.5.0", path = "edge-http", default-features = false }
120+
edge-http = { version = "0.5.1", path = "edge-http", default-features = false }
121121
edge-mdns = { version = "0.5.0", path = "edge-mdns", default-features = false }
122122
edge-mqtt = { version = "0.4.0", path = "edge-mqtt", default-features = false }
123123
edge-nal = { version = "0.5.0", path = "edge-nal", default-features = false }

edge-http/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.5.1] - 2025-02-02
9+
* Fix multiple websocket-related connection issues (#58)
910

1011
## [0.5.0] - 2025-01-15
1112
* Updated dependencies for compatibility with `embassy-time-driver` v0.2

edge-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "edge-http"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55
rust-version = "1.83"
66
description = "Async + `no_std` + no-alloc implementation of the HTTP protocol"

0 commit comments

Comments
 (0)