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

Commit

Permalink
v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
madzak committed Feb 21, 2023
1 parent fc76d79 commit 213ce50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.7] - 2023-02-21
### Changed
- Fix inclusion of py.typed in pip packages - @sth
- Added pytest support with test file rename. Migrated to assertEqual

## [2.0.6] - 2023-02-14
### Changed
- Parameter `rename_fields` in merge_record_extra is now optional - @afallou
Expand Down Expand Up @@ -69,6 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 'stack_info' flag in logging calls is now respected in JsonFormatter by [@ghShu](https://github.com/ghShu)


[2.0.7]: https://github.com/madzak/python-json-logger/compare/v2.0.6...v2.0.7
[2.0.6]: https://github.com/madzak/python-json-logger/compare/v2.0.5...v2.0.6
[2.0.5]: https://github.com/madzak/python-json-logger/compare/v2.0.4...v2.0.5
[2.0.4]: https://github.com/madzak/python-json-logger/compare/v2.0.3...v2.0.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="python-json-logger",
version="2.0.6",
version="2.0.7",
url="http://github.com/madzak/python-json-logger",
license="BSD",
include_package_data=True,
Expand Down

0 comments on commit 213ce50

Please sign in to comment.