Skip to content

Commit f830b00

Browse files
committed
chore(release): 0.1.0 β†’ 0.1.1
1 parent 06086c8 commit f830b00

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

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

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

5+
## 0.1.1 - 2025-12-28
6+
7+
### πŸš€ Features
8+
9+
- Add short alias
10+
511
## 0.1.0 - 2025-12-28
612

713
### πŸ› Bug Fixes

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ topo_order = false
209209
sort_commits = "oldest"
210210

211211
[tool.bumpversion]
212-
current_version = "0.1.0"
212+
current_version = "0.1.1"
213213
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
214214
serialize = ["{major}.{minor}.{patch}"]
215215
search = "{current_version}"

β€Žsrc/sing_box_cli/__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.1.0"
5+
__version__ = "0.1.1"

0 commit comments

Comments
Β (0)