Skip to content

Commit

Permalink
Version Bump - v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
madzak committed Oct 12, 2020
1 parent 21d84b3 commit e228788
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.1] - 2020-10-12
### Added
- Support Pypi long descripton - @ereli-cb
### Changed
- You can now rename output fields - @schlitzered

## [2.0.0] - 2020-09-26
### Added
- New Changelog
Expand All @@ -19,8 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for Python 3.7
### Changed
- 'stack_info' flag in logging calls is now respected in JsonFormatter by [@ghShu](https://github.com/ghShu)
### Removed


[2.0]: https://github.com/madzak/python-json-logger/compare/v0.1.11...HEAD
[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.0",
version="2.0.1",
url="http://github.com/madzak/python-json-logger",
license="BSD",
description="A python library adding a json log formatter",
Expand Down

0 comments on commit e228788

Please sign in to comment.