8000 Release v2.0.3 · madzak/python-json-logger@5fb15d5 · GitHub
[go: up one dir, main page]

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

Commit 5fb15d5

Browse files
author
Zak Zajac
committed
Release v2.0.3
1 parent 4dbd7a7 commit 5fb15d5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.3] - 2022-07-08
8+
### Added
9+
- Add PEP 561 marker/basic mypy configuration. - @bringhurst
10+
- Workaround logging.LogRecord.msg type of string. - @bringhurst
11+
### Changed
12+
- Changed a link archive of the reference page in case it's down. - @ahonnecke
13+
- Removed unnecessary try-except around OrderedDict usage - @sozofaan
14+
- Update documentation link to json module + use https - @deronnax
15+
- Dropped 3.5 support. - @bringhurst
16+
717
## [2.0.2] - 2021-07-27
818
### Added
919
- Officially supporting 3.9 - @felixonmars.
@@ -36,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3646
- 'stack_info' flag in logging calls is now respected in JsonFormatter by [@ghShu](https://github.com/ghShu)
3747

3848

49+
[2.0.3]: https://github.com/madzak/python-json-logger/compare/v2.0.2...v2.0.3
3950
[2.0.2]: https://github.com/madzak/python-json-logger/compare/v2.0.1...v2.0.2
4051
[2.0.1]: https://github.com/madzak/python-json-logger/compare/v2.0.0...v2.0.1
4152
[2.0.0]: https://github.com/madzak/python-json-logger/compare/v0.1.11...v2.0.0

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.2",
11+
version="2.0.3",
1212
url="http://github.com/madzak/python-json-logger",
1313
license="BSD",
1414
include_package_data=True,

0 commit comments

Comments
 (0)
0