Skip to content

Commit 4d7cfc5

Browse files
committed
🔖 version: v0.21.0
1 parent 31f8664 commit 4d7cfc5

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v0.21.0
2+
3+
[v0.20.0...v0.21.0](https://github.com/Jannchie/tgit/compare/v0.20.0...v0.21.0)
4+
5+
### :rocket: Breaking Changes
6+
7+
- **cli**: replace typer with click for cli commands and tests - By [Jannchie](mailto:[email protected]) 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:[email protected]) in [8307321](https://github.com/Jannchie/tgit/commit/8307321)
12+
13+
### :lipstick: Styles
14+
15+
- **typing**: add explicit type annotations - By [Jannchie](mailto:[email protected]) in [3f2832b](https://github.com/Jannchie/tgit/commit/3f2832b)
16+
- **utils**: clean up command output formatting - By [Jannchie](mailto:[email protected]) in [86bd5e7](https://github.com/Jannchie/tgit/commit/86bd5e7)
17+
18+
### :wrench: Chores
19+
20+
- **deps**: update lock file - By [Jannchie](mailto:[email protected]) in [fba0eff](https://github.com/Jannchie/tgit/commit/fba0eff)
21+
- **vscode**: remove coverage-gutters extension && switch python type to debugpy - By [Jannchie](mailto:[email protected]) in [1cb2cbe](https://github.com/Jannchie/tgit/commit/1cb2cbe)
22+
123
## v0.20.0
224

325
[v0.19.0...v0.20.0](https://github.com/Jannchie/tgit/compare/v0.19.0...v0.20.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tgit"
3-
version = "0.20.0"
3+
version = "0.21.0"
44
description = "Tool for Git Interaction Temptation (tgit): An elegant CLI tool that simplifies and streamlines your Git workflow, making version control a breeze."
55
authors = [{ name = "Jannchie", email = "[email protected]" }]
66
dependencies = [

0 commit comments

Comments
 (0)