File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-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.41 - 2025-01-07
5+ ## 0.0.42 - 2025-01-13
6+
7+ ### 🚀 Features
8+
9+ - Add dockerfile
610
711### 🐛 Bug Fixes
812
913- Update remote repo user
14+ - Author info
1015
1116### ⚙️ Miscellaneous Tasks
1217
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ sort_commits = "oldest"
208208
209209
210210[tool .bumpversion ]
211- current_version = " 0.0.41 "
211+ current_version = " 0.0.42 "
212212parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
213213serialize = [" {major}.{minor}.{patch}" ]
214214search = " {current_version}"
Original file line number Diff line number Diff line change 1- __version__ = "0.0.41 "
1+ __version__ = "0.0.42 "
You can’t perform that action at this time.
0 commit comments