Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 5b7692b

Browse files
committed
Release v2.0.5
1 parent 9e615ce commit 5b7692b

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,24 @@ 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+
## [2.0.5] - 2023-02-12
8+
### Added
9+
- Allow reserved attrs to be renamed - @henkhogan
10+
- Support added for Python 3.11
11+
- Now verifying builds in Pypy 3.9 as well
12+
- Type annotations are now in the package - @louis-jaris
13+
### Changed
14+
- Fix rename_fields for exc_info - @guilhermeferrari
15+
- Cleaned up test file for PEP8 - @lopagela
16+
- Cleaned up old Python 2 artifacts - @louis-jaris
17+
- Dropped Python 3.5 support - @idomozes
18+
- Moved type check via tox into 3.11 run only
19+
- Added test run in Python3.6 (will keep for a little while longer, but it's EOL so upgrade)
20+
721
## [2.0.4] - 2022-07-11
822
### Changed
923
- Fix too strict regex for percentage style logging - @aberres
24+
-
1025

1126
## [2.0.3] - 2022-07-08
1227
### Added
@@ -50,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5065
- 'stack_info' flag in logging calls is now respected in JsonFormatter by [@ghShu](https://github.com/ghShu)
5166

5267

53-
[2.0.4]: https://github.com/madzak/python-json-logger/compare/v2.0.2...v2.0.4
68+
[2.0.5]: https://github.com/madzak/python-json-logger/compare/v2.0.4...v2.0.5
69+
[2.0.4]: https://github.com/madzak/python-json-logger/compare/v2.0.3...v2.0.4
5470
[2.0.3]: https://github.com/madzak/python-json-logger/compare/v2.0.2...v2.0.3
5571
[2.0.2]: https://github.com/madzak/python-json-logger/compare/v2.0.1...v2.0.2
5672
[2.0.1]: https://github.com/madzak/python-json-logger/compare/v2.0.0...v2.0.1

setup.py

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

99
setup(
1010
name="python-json-logger",
11-
version="2.0.4",
11+
version="2.0.5",
1212
url="http://github.com/madzak/python-json-logger",
1313
license="BSD",
1414
include_package_data=True,

0 commit comments

Comments
 (0)