Skip to content

Commit 04fa87c

Browse files
committed
docs: Update CHANGELOG for release
1 parent 3b31f11 commit 04fa87c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.3.2] - 2024-04-08
10+
11+
### Added
12+
13+
- Test for Python 3.13 (@empicano in #359)
14+
15+
### Fixed
16+
17+
- Add missing version attributes after uv switch (@empicano in #359)
18+
919
## [2.3.1] - 2024-03-31
1020

1121
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "aiomqtt"
7-
version = "2.3.1"
7+
version = "2.3.2"
88
description = "The idiomatic asyncio MQTT client"
99
authors = [
1010
{ name = "Frederik Aalund", email = "fpa@sbtinstruments.com" },

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)