File tree 2 files changed +16
-2
lines changed
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
+
1
15
## v1.0.2 (2024-09-02)
2
16
** Added**
3
17
- 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" ]
4
4
5
5
[tool .poetry ]
6
6
name = " dj-logging"
7
- version = " 1.0.2 "
7
+ version = " 1.0.3 "
8
8
description = " A package for logging in django applications"
9
9
authors = [
" ARYAN-NIKNEZHAD <[email protected] >" ,
" MEHRSHAD-MIRSHEKARY <[email protected] >" ]
10
10
license = " MIT"
@@ -242,7 +242,7 @@ B104 = { check_typed_list = true }
242
242
243
243
[tool .commitizen ]
244
244
name = " cz_conventional_commits"
245
- version = " 1.0.2 "
245
+ version = " 1.0.3 "
246
246
tag_format = " v$version"
247
247
248
248
[tool .commitizen .settings ]
You can’t perform that action at this time.
0 commit comments