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

Commit 076b407

Browse files
author
Zak Zajac
committed
Release 2.0.2
1 parent f51d8fe commit 076b407

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.2] - 2021-07-27
8+
### Added
9+
- Officially supporting 3.9 - @felixonmars.
10+
- You can now add static fields to log objects - @cosimomeli.
11+
### Changed
12+
- Dropped 3.4 support.
13+
- Dropped Travis CI for Github Actions.
14+
- Wheel should build for python 3 instead of just 3.4 now.
15+
716
## [2.0.1] - 2020-10-12
817
### Added
918
- Support Pypi long descripton - @ereli-cb
@@ -27,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2736
- 'stack_info' flag in logging calls is now respected in JsonFormatter by [@ghShu](https://github.com/ghShu)
2837

2938

39+
[2.0.2]: https://github.com/madzak/python-json-logger/compare/v2.0.1...v2.0.2
3040
[2.0.1]: https://github.com/madzak/python-json-logger/compare/v2.0.0...v2.0.1
3141
[2.0.0]: https://github.com/madzak/python-json-logger/compare/v0.1.11...v2.0.0
3242
[0.1.11]: https://github.com/madzak/python-json-logger/compare/v0.1.10...v0.1.11

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

0 commit comments

Comments
 (0)