Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit b1a143c

Browse files
author
Zak Zajac
committed
Release v2.0.4 bump
1 parent d376664 commit b1a143c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.4] - 2022-07-11
8+
### Changed
9+
- Fix too strict regex for percentage style logging - @aberres
10+
711
## [2.0.3] - 2022-07-08
812
### Added
913
- Add PEP 561 marker/basic mypy configuration. - @bringhurst
@@ -46,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4650
- 'stack_info' flag in logging calls is now respected in JsonFormatter by [@ghShu](https://github.com/ghShu)
4751

4852

53+
[2.0.4]: https://github.com/madzak/python-json-logger/compare/v2.0.2...v2.0.4
4954
[2.0.3]: https://github.com/madzak/python-json-logger/compare/v2.0.2...v2.0.3
5055
[2.0.2]: https://github.com/madzak/python-json-logger/compare/v2.0.1...v2.0.2
5156
[2.0.1]: https://github.com/madzak/python-json-logger/compare/v2.0.0...v2.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="python-json-logger",
11-
version="2.0.3",
11+
version="2.0.4",
1212
url="http://github.com/madzak/python-json-logger",
1313
license="BSD",
1414
include_package_data=True,

0 commit comments

Comments
 (0)