You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**cli**: replace typer with click for cli commands and tests - By [Jannchie](mailto:jannchie@gmail.com) in [31f8664](https://github.com/Jannchie/tgit/commit/31f8664)
8
+
9
+
### :adhesive_bandage: Fixes
10
+
11
+
-**interactive-settings**: improve input cancellation handling && update reset tests && sort filtered diff files - By [Jannchie](mailto:jannchie@gmail.com) in [8307321](https://github.com/Jannchie/tgit/commit/8307321)
12
+
13
+
### :lipstick: Styles
14
+
15
+
-**typing**: add explicit type annotations - By [Jannchie](mailto:panjianqi@preferred.jp) in [3f2832b](https://github.com/Jannchie/tgit/commit/3f2832b)
16
+
-**utils**: clean up command output formatting - By [Jannchie](mailto:jannchie@gmail.com) in [86bd5e7](https://github.com/Jannchie/tgit/commit/86bd5e7)
17
+
18
+
### :wrench: Chores
19
+
20
+
-**deps**: update lock file - By [Jannchie](mailto:jannchie@gmail.com) in [fba0eff](https://github.com/Jannchie/tgit/commit/fba0eff)
21
+
-**vscode**: remove coverage-gutters extension && switch python type to debugpy - By [Jannchie](mailto:panjianqi@preferred.jp) in [1cb2cbe](https://github.com/Jannchie/tgit/commit/1cb2cbe)
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[project]
2
2
name = "tgit"
3
-
version = "0.20.0"
3
+
version = "0.21.0"
4
4
description = "Tool for Git Interaction Temptation (tgit): An elegant CLI tool that simplifies and streamlines your Git workflow, making version control a breeze."
5
5
authors = [{ name = "Jannchie", email = "jannchie@gmail.com" }]
0 commit comments