Skip to content

Commit

Permalink
Release v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zak Zajac committed Jul 8, 2022
1 parent 4dbd7a7 commit 5fb15d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.3] - 2022-07-08
### Added
- Add PEP 561 marker/basic mypy configuration. - @bringhurst
- Workaround logging.LogRecord.msg type of string. - @bringhurst
### Changed
- Changed a link archive of the reference page in case it's down. - @ahonnecke
- Removed unnecessary try-except around OrderedDict usage - @sozofaan
- Update documentation link to json module + use https - @deronnax
- Dropped 3.5 support. - @bringhurst

## [2.0.2] - 2021-07-27
### Added
- Officially supporting 3.9 - @felixonmars.
Expand Down Expand Up @@ -36,6 +46,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.3]: https://github.com/madzak/python-json-logger/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/madzak/python-json-logger/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/madzak/python-json-logger/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/madzak/python-json-logger/compare/v0.1.11...v2.0.0
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.2",
version="2.0.3",
url="http://github.com/madzak/python-json-logger",
license="BSD",
include_package_data=True,
Expand Down

0 comments on commit 5fb15d5

Please sign in to comment.