Skip to content

Commit

Permalink
🔖 build(django_logging): Publish version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ARYAN-NIKNEZHAD committed Sep 4, 2024
1 parent c2ebad3 commit c5fadd4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v1.0.3 (2024-09-05)
### ✨ Added
- **chore(pyproject)**: Added `python-semantic-release` configuration to automate versioning and releases. (`945c648`)
- **docs**: Added pre-commit badge to display status in documentation. (`f40a9e5`, `7fca7b7`)

### 🛠️ Changed
- **docs**: Updated badge URLs and paths in documentation for correct references. (`f40a9e5`, `7fca7b7`)

### 🐛 Fixed
- **pyproject**: Updated dependencies and development requirements in the `pyproject.toml` configuration. (`945c648`)

### 🔀 Merged
- **Merge PR #77**: Merged the `chore/pyproject-config` branch into the main branch. (`c2ebad3`)

## v1.0.2 (2024-09-02)
**Added**
- tag_format in commitizen configuration in pyproject.toml
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = [ "poetry-core" ]

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

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.0.2"
version = "1.0.3"
tag_format = "v$version"

[tool.commitizen.settings]
Expand Down

0 comments on commit c5fadd4

Please sign in to comment.