This repository was archived by the owner on Dec 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 2.0.0 ] - 2020-09-26
88### Added
99- New Changelog
10+ - Added timezone support to timestamps - @lalten
11+ - Refactored log record to function - @georgysavva
12+ - Add python 3.8 support - @tommilligan
1013### Removed
1114- Support for Python 2.7
1215- Debian directory
@@ -19,5 +22,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1922### Removed
2023
2124
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
2326[ 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 33
44setup (
55 name = "python-json-logger" ,
6- version = "0.1.11 " ,
6+ version = "2.0.0 " ,
77 url = "http://github.com/madzak/python-json-logger" ,
88 license = "BSD" ,
99 description = "A python library adding a json log formatter" ,
You can’t perform that action at this time.
0 commit comments