Skip to content

Commit 08f9e2e

Browse files
committed
chore: update version to 0.0.4 in README.md and pyproject.toml for release
docs: modify project description in pyproject.toml to reflect simplicity of ZLogger Kit
1 parent 2891393 commit 08f9e2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
[![Downloads](https://img.shields.io/pypi/dm/zlogger-kit)](https://pypi.org/project/zlogger-kit/)
88
[![PyPI version](https://img.shields.io/pypi/v/zlogger-kit)](https://img.shields.io/pypi/v/zlogger-kit)
99
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
10-
![ZLogger Kit](https://img.shields.io/badge/ZLogger_Kit-0.0.3-blue)
10+
![ZLogger Kit](https://img.shields.io/badge/ZLogger_Kit-0.0.4-blue)
1111
![Python](https://img.shields.io/badge/Python->=3.11,<4.0-blue)
1212
![FastAPI](https://img.shields.io/badge/FastAPI->=0.109.0,<0.115.8-blue)
1313
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1414
[![Tests](https://img.shields.io/badge/Tests-Pytest-green)](https://docs.pytest.org/)
1515
[![Coverage](https://img.shields.io/badge/Coverage-100%25-brightgreen)](https://coverage.py/)
1616

17-
ZLogger Kit is an advanced logging kit that abstracts structlog to provide a more `intuitive` and `flexible` logging experience. It provides middleware for logging requests and responses, as well as a logger for logging messages, with priority levels `P10`, `P20`, `P30`, `P40` for each log level: [`WARNING`, `INFO`, `DEBUG`, `ERROR`].
17+
ZLogger Kit is a simple logging kit that abstracts structlog to provide a more `intuitive` and `flexible` logging experience. It provides middleware for logging requests and responses, as well as a logger for logging messages, with priority levels `P10`, `P20`, `P30`, `P40` for each log level: [`WARNING`, `INFO`, `DEBUG`, `ERROR`].
1818

1919
## Features
2020

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "zlogger-kit"
3-
version = "0.0.3"
4-
description = ""
3+
version = "0.0.4"
4+
description = "ZLogger Kit is a simple logging kit that abstracts structlog to provide a more intuitive and flexible logging experience. It provides middleware for logging requests and responses, as well as a logger for logging messages, with priority levels P10, P20, P30, P40 for each log level: [WARNING, INFO, DEBUG, ERROR]."
55
authors = ["Abdullah Alqahtani <[email protected]>"]
66
readme = "README.md"
77
license = "MIT"

0 commit comments

Comments
 (0)