File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## 0.0.41 - 2025-01-07
6+
7+ ### 🐛 Bug Fixes
8+
9+ - Remove repo user
10+
11+ ### ⚙️ Miscellaneous Tasks
12+
13+ - Update pre-commit
14+ - * (CI)* Update astral-sh/setup-uv
15+
516## 0.0.40 - 2024-11-30
617
718### 📚 Documentation
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ sort_commits = "oldest"
229229
230230
231231[tool .bumpversion ]
232- current_version = " 0.0.40 "
232+ current_version = " 0.0.41 "
233233parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
234234serialize = [" {major}.{minor}.{patch}" ]
235235search = " {current_version}"
Original file line number Diff line number Diff line change 22
33__all__ = ["main" ]
44
5- __version__ = "0.0.40 "
5+ __version__ = "0.0.41 "
You can’t perform that action at this time.
0 commit comments