This repository was archived by the owner on Dec 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change 88
99setup (
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 ,
You can’t perform that action at this time.
0 commit comments