Skip to content

Commit 068754f

Browse files
committed
chore(release): 0.0.43 → 0.0.44
1 parent f1e1ea3 commit 068754f

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 0.0.44 - 2025-02-22
6+
7+
### 🐛 Bug Fixes
8+
9+
- Release ci token
10+
11+
### 📚 Documentation
12+
13+
- Update mkdocs config
14+
- Simplify docs build ci
15+
516
## 0.0.43 - 2025-02-18
617

718
### 🚀 Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ topo_order = false
199199
sort_commits = "oldest"
200200

201201
[tool.bumpversion]
202-
current_version = "0.0.43"
202+
current_version = "0.0.44"
203203
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
204204
serialize = ["{major}.{minor}.{patch}"]
205205
search = "{current_version}"

src/python_uv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.43"
1+
__version__ = "0.0.44"

0 commit comments

Comments
 (0)