Skip to content

Commit 98138c9

Browse files
committed
chore(release): 0.0.36 → 0.0.37
1 parent 78d48ad commit 98138c9

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,31 @@
22

33
All 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
243243
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
244244
serialize = ["{major}.{minor}.{patch}"]
245245
search = "{current_version}"

src/python_uv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ["main"]
44

5-
__version__ = "0.0.36"
5+
__version__ = "0.0.37"

0 commit comments

Comments
 (0)