File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed
Expand file tree Collapse file tree 3 files changed +23
-3
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.37 - 2024-10-29
6+
7+ ### 🐛 Bug Fixes
8+
9+ - Move docs deps from project.optional-dependencies to docs group by @Atticuszz
10+ - * (VCS)* Add git-cliff.remote.github to pyproject.toml instead of with remote repo options in cmd
11+
12+ ### 📚 Documentation
13+
14+ - Update obsidian plugin by @Atticuszz
15+
16+ ### ⚙️ Miscellaneous Tasks
17+
18+ - * (remove)* Duplicate publish.yml by @Atticuszz
19+ - Add .ruff_cache/* to ` .gitignore ` by @Atticuszz
20+ - Add py.typed in python_uv by @Atticuszz
21+ - Replace deprecated tool.uv dev-dependencies with dependency-groups by @Atticuszz
22+ - Pre-commit run by @Atticuszz
23+ - Remove .obsidian in root dir by @Atticuszz
24+
525## 0.0.36 - 2024-10-27
626
727### 🐛 Bug Fixes
828
9- - * (CI)* Uv run git-cliff
29+ - * (CI)* Uv run git-cliff by @ Atticuszz
1030
1131## 0.0.35 - 2024-10-27
1232
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ sort_commits = "oldest"
239239
240240
241241[tool .bumpversion ]
242- current_version = " 0.0.36 "
242+ current_version = " 0.0.37 "
243243parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
244244serialize = [" {major}.{minor}.{patch}" ]
245245search = " {current_version}"
Original file line number Diff line number Diff line change 22
33__all__ = ["main" ]
44
5- __version__ = "0.0.36 "
5+ __version__ = "0.0.37 "
You can’t perform that action at this time.
0 commit comments