Skip to content

Commit b97a29f

Browse files
committed
Make this a patch release
1 parent c1d18c3 commit b97a29f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.md

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

7+
## [3.2.2](https://github.com/nhairs/python-json-logger/compare/v3.2.1...v3.2.2) - 2025-02-01
8+
9+
### Changed
10+
11+
- Update tests for `msgspec` [`0.19.0`](https://github.com/jcrist/msgspec/releases/tag/0.19.0)
12+
13+
714
## [3.2.1](https://github.com/nhairs/python-json-logger/compare/v3.2.0...v3.2.1) - 2024-12-16
815

916
### Fixed

pyproject.toml

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

55
[project]
66
name = "python-json-logger"
7-
version = "3.2.1"
7+
version = "3.2.2"
88
description = "JSON Log Formatter for the Python Logging Package"
99
authors = [
1010
{name = "Zakaria Zajac", email = "[email protected]"},

0 commit comments

Comments
 (0)