Skip to content

Commit fb3a875

Browse files
committed
Update CHANGELOG and cleanup files
1 parent 934b56f commit fb3a875

File tree

5 files changed

+19
-67
lines changed

5 files changed

+19
-67
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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+
## [3.0.0] - 2024-03-25
8+
9+
Note: using new major version to seperate changes from this fork and the original (upstream). See #1 for details.
10+
11+
### Changes
12+
- Update supported Python versions - @nhairs
13+
- Drop 3.6
14+
- The following versions are supported and tested:
15+
- CPython 3.7-3.12 (ubuntu, windows, mac)
16+
- PyPy 3.7-3.10 (ubuntu, wundows, mac)
17+
- `RESERVED_ATTRS` is now a list and version dependent
18+
- Fix `JsonFormatter.__init__` return type (`None`) - @nhairs
19+
- Moved to `pyproject.toml` - @nhairs
20+
- Update linting and testing - @nhairs
21+
- Split lint and test steps in GHA
22+
- Use validate-pyproject, black, pylint, mypy
23+
724
## [2.0.7] - 2023-02-21
825
### Changed
926
- Fix inclusion of py.typed in pip packages - @sth
@@ -30,7 +47,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3047
## [2.0.4] - 2022-07-11
3148
### Changed
3249
- Fix too strict regex for percentage style logging - @aberres
33-
-
3450

3551
## [2.0.3] - 2022-07-08
3652
### Added

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ This library is provided to allow standard python logging to output log data as
1111

1212
This repository is a maintained fork of [madzak/python-json-logger](https://github.com/madzak/python-json-logger) pending [a PEP 541 request](https://github.com/pypi/support/issues/3607) for the PyPI package. The future direction of the project is being discussed [here](https://github.com/nhairs/python-json-logger/issues/1).
1313

14+
[**Changelog**](https://github.com/nhairs/python-json-logger/blob/main/CHANGELOG.md)
15+
1416
## Installation
1517

1618
Note: All versions of this fork use version `>=3.0.0` - to use pre-fork versions use `python-json-logger<3.0.0`.

pyproject.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,6 @@ test = [
5252
"pytest",
5353
]
5454

55-
#docs = [
56-
# "black",
57-
# "mkdocs",
58-
# "mkdocs-material>=8.5",
59-
# "mkdocs-awesome-pages-plugin",
60-
# "mdx_truly_sane_lists",
61-
# "mkdocstrings[python]",
62-
# "mkdocs-gen-files",
63-
# "mkdocs-literate-nav",
64-
# "mike",
65-
#]
66-
6755
[tool.setuptools.packages.find]
6856
where = ["src"]
6957
include = ["pythonjsonlogger*"]

requirements/ci.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

setup.cfg

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)