Skip to content

Commit f99a1f5

Browse files
committed
New release
1 parent 814376a commit f99a1f5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "edge-net"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
authors = ["Ivan Markov <[email protected]>"]
55
edition = "2021"
66
categories = ["embedded", "hardware-support", "network-programming", "asynchronous"]
@@ -119,7 +119,7 @@ domain = { version = "0.10", default-features = false, features = ["heapless"] }
119119
edge-captive = { version = "0.6.0", path = "edge-captive", default-features = false }
120120
edge-dhcp = { version = "0.6.0", path = "edge-dhcp", default-features = false }
121121
edge-http = { version = "0.6.0", path = "edge-http", default-features = false }
122-
edge-mdns = { version = "0.6.0", path = "edge-mdns", default-features = false }
122+
edge-mdns = { version = "0.6.1", path = "edge-mdns", default-features = false }
123123
edge-mqtt = { version = "0.4.0", path = "edge-mqtt", default-features = false }
124124
edge-nal = { version = "0.5.0", path = "edge-nal", default-features = false }
125125
edge-raw = { version = "0.6.0", path = "edge-raw", default-features = false }

edge-mdns/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.6.1] - 2025-08-14
99
* Fix HostAnswersMdnsHandler responding to any A/AAAA queries even without match
1010

1111
## [0.6.0] - 2025-05-29

edge-mdns/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-mdns"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55
description = "Async + `no_std` + no-alloc implementation of an mDNS responder"
66
repository = "https://github.com/ivmarkov/edge-net"

0 commit comments

Comments
 (0)