Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zak Zajac committed Jul 27, 2021
1 parent f51d8fe commit 076b407
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.2] - 2021-07-27
### Added
- Officially supporting 3.9 - @felixonmars.
- You can now add static fields to log objects - @cosimomeli.
### Changed
- Dropped 3.4 support.
- Dropped Travis CI for Github Actions.
- Wheel should build for python 3 instead of just 3.4 now.

## [2.0.1] - 2020-10-12
### Added
- Support Pypi long descripton - @ereli-cb
Expand All @@ -27,6 +36,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.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
[0.1.11]: https://github.com/madzak/python-json-logger/compare/v0.1.10...v0.1.11
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.1",
version="2.0.2",
url="http://github.com/madzak/python-json-logger",
license="BSD",
include_package_data=True,
Expand Down

0 comments on commit 076b407

Please sign in to comment.