File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-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.36 - 2024-10-27
6+
7+ ### 🐛 Bug Fixes
8+
9+ - * (CI)* Uv run git-cliff
10+
511## 0.0.35 - 2024-10-27
612
713### 🐛 Bug Fixes
814
9- - Test bump
15+ - Test bump by @ Atticuszz
1016
1117## 0.0.34 - 2024-10-27
1218
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ sort_commits = "oldest"
234234
235235
236236[tool .bumpversion ]
237- current_version = " 0.0.35 "
237+ current_version = " 0.0.36 "
238238parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
239239serialize = [" {major}.{minor}.{patch}" ]
240240search = " {current_version}"
Original file line number Diff line number Diff line change 22
33__all__ = ["main" ]
44
5- __version__ = "0.0.35 "
5+ __version__ = "0.0.36 "
You can’t perform that action at this time.
0 commit comments