File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = [ "poetry-core" ]
44
55[tool .poetry ]
66name = " dj-logging"
7- version = " 1.0.2 "
7+ version = " 1.0.3 "
88description = " A package for logging in django applications"
99authors = [
" ARYAN-NIKNEZHAD <[email protected] >" ,
" MEHRSHAD-MIRSHEKARY <[email protected] >" ]
1010license = " MIT"
@@ -242,7 +242,7 @@ B104 = { check_typed_list = true }
242242
243243[tool .commitizen ]
244244name = " cz_conventional_commits"
245- version = " 1.0.2 "
245+ version = " 1.0.3 "
246246tag_format = " v$version"
247247
248248[tool .commitizen .settings ]
You can’t perform that action at this time.
0 commit comments