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

Commit 213ce50

Browse files
committed
v2.0.7
1 parent fc76d79 commit 213ce50

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.7] - 2023-02-21
8+
### Changed
9+
- Fix inclusion of py.typed in pip packages - @sth
10+
- Added pytest support with test file rename. Migrated to assertEqual
11+
712
## [2.0.6] - 2023-02-14
813
### Changed
914
- Parameter `rename_fields` in merge_record_extra is now optional - @afallou
@@ -69,6 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6974
- 'stack_info' flag in logging calls is now respected in JsonFormatter by [@ghShu](https://github.com/ghShu)
7075

7176

77+
[2.0.7]: https://github.com/madzak/python-json-logger/compare/v2.0.6...v2.0.7
7278
[2.0.6]: https://github.com/madzak/python-json-logger/compare/v2.0.5...v2.0.6
7379
[2.0.5]: https://github.com/madzak/python-json-logger/compare/v2.0.4...v2.0.5
7480
[2.0.4]: https://github.com/madzak/python-json-logger/compare/v2.0.3...v2.0.4

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

0 commit comments

Comments
 (0)