Skip to content

Commit 0f862a7

Browse files
committed
🔖 version: v0.22.0
1 parent 44f0c36 commit 0f862a7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v0.22.0
2+
3+
[v0.21.1...v0.22.0](https://github.com/Jannchie/tgit/compare/v0.21.1...v0.22.0)
4+
5+
### :rocket: Breaking Changes
6+
7+
- **settings**: unify config and settings command && centralize settings logic in utils - By [Jannchie](mailto:[email protected]) in [c51a4c4](https://github.com/Jannchie/tgit/commit/c51a4c4)
8+
9+
### :sparkles: Features
10+
11+
- **version**: detect and display version files before updating - By [Jannchie](mailto:[email protected]) in [44f0c36](https://github.com/Jannchie/tgit/commit/44f0c36)
12+
13+
### :memo: Documentation
14+
15+
- **readme**: expand features and usage instructions - By [Jannchie](mailto:[email protected]) in [e34a78c](https://github.com/Jannchie/tgit/commit/e34a78c)
16+
117
## v0.21.1
218

319
[v0.21.0...v0.21.1](https://github.com/Jannchie/tgit/compare/v0.21.0...v0.21.1)

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.21.1"
3+
version = "0.22.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)