File tree 2 files changed +6
-3
lines changed 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 2.0.0 ] - 2020-09-26
8
8
### Added
9
9
- New Changelog
10
+ - Added timezone support to timestamps - @lalten
11
+ - Refactored log record to function - @georgysavva
12
+ - Add python 3.8 support - @tommilligan
10
13
### Removed
11
14
- Support for Python 2.7
12
15
- Debian directory
@@ -19,5 +22,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
22
### Removed
20
23
21
24
22
- [ Unreleased ] : https://github.com/madzak/python-json-logger/compare/v0.1.11...HEAD
25
+ [ 2.0 ] : https://github.com/madzak/python-json-logger/compare/v0.1.11...HEAD
23
26
[ 0.1.11 ] : https://github.com/madzak/python-json-logger/compare/v0.1.10...v0.1.11
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = "python-json-logger" ,
6
- version = "0.1.11 " ,
6
+ version = "2.0.0 " ,
7
7
url = "http://github.com/madzak/python-json-logger" ,
8
8
license = "BSD" ,
9
9
description = "A python library adding a json log formatter" ,
You can’t perform that action at this time.
0 commit comments