Skip to content

Commit c5fadd4

Browse files
🔖 build(django_logging): Publish version 1.0.3
1 parent c2ebad3 commit c5fadd4

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v1.0.3 (2024-09-05)
2+
### ✨ Added
3+
- **chore(pyproject)**: Added `python-semantic-release` configuration to automate versioning and releases. (`945c648`)
4+
- **docs**: Added pre-commit badge to display status in documentation. (`f40a9e5`, `7fca7b7`)
5+
6+
### 🛠️ Changed
7+
- **docs**: Updated badge URLs and paths in documentation for correct references. (`f40a9e5`, `7fca7b7`)
8+
9+
### 🐛 Fixed
10+
- **pyproject**: Updated dependencies and development requirements in the `pyproject.toml` configuration. (`945c648`)
11+
12+
### 🔀 Merged
13+
- **Merge PR #77**: Merged the `chore/pyproject-config` branch into the main branch. (`c2ebad3`)
14+
115
## v1.0.2 (2024-09-02)
216
**Added**
317
- tag_format in commitizen configuration in pyproject.toml

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "poetry-core" ]
44

55
[tool.poetry]
66
name = "dj-logging"
7-
version = "1.0.2"
7+
version = "1.0.3"
88
description = "A package for logging in django applications"
99
authors = [ "ARYAN-NIKNEZHAD <[email protected]>", "MEHRSHAD-MIRSHEKARY <[email protected]>" ]
1010
license = "MIT"
@@ -242,7 +242,7 @@ B104 = { check_typed_list = true }
242242

243243
[tool.commitizen]
244244
name = "cz_conventional_commits"
245-
version = "1.0.2"
245+
version = "1.0.3"
246246
tag_format = "v$version"
247247

248248
[tool.commitizen.settings]

0 commit comments

Comments
 (0)