This repository was archived by the owner on Dec 21, 2024. It is now read-only.
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
12
## [ 2.0.6] - 2023-02-14
8
13
### Changed
9
14
- 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
69
74
- 'stack_info' flag in logging calls is now respected in JsonFormatter by [ @ghShu ] ( https://github.com/ghShu )
70
75
71
76
77
+ [ 2.0.7 ] : https://github.com/madzak/python-json-logger/compare/v2.0.6...v2.0.7
72
78
[ 2.0.6 ] : https://github.com/madzak/python-json-logger/compare/v2.0.5...v2.0.6
73
79
[ 2.0.5 ] : https://github.com/madzak/python-json-logger/compare/v2.0.4...v2.0.5
74
80
[ 2.0.4 ] : https://github.com/madzak/python-json-logger/compare/v2.0.3...v2.0.4
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = "python-json-logger" ,
11
- version = "2.0.6 " ,
11
+ version = "2.0.7 " ,
12
12
url = "http://github.com/madzak/python-json-logger" ,
13
13
license = "BSD" ,
14
14
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments