Skip to content

Commit e19a6a0

Browse files
committed
Release 0.6.0
1 parent 2030f87 commit e19a6a0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ pytest-mqtt changelog
66
in progress
77
===========
88

9+
2025-09-10 0.6.0
10+
================
11+
12+
- Added support for connecting with credentials. Thanks, @OliverWoolland
13+
and @tiniuclx.
14+
915
2025-01-07 0.5.0
1016
================
1117
- paho-mqtt: Ignore deprecation warnings about Callback API v1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[project]
88
name = "pytest-mqtt"
9-
version = "0.5.0"
9+
version = "0.6.0"
1010
description = "pytest-mqtt supports testing systems based on MQTT"
1111
readme = "README.rst"
1212
keywords = [ "mosquitto", "mqtt", "paho", "pytest", "testing" ]

0 commit comments

Comments
 (0)