Skip to content

Commit a255886

Browse files
committed
🔖 version: v0.27.0
1 parent dd3ac63 commit a255886

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v0.27.0
2+
3+
[v0.26.0...v0.27.0](https://github.com/Jannchie/tgit/compare/v0.26.0...v0.27.0)
4+
5+
### :sparkles: Features
6+
7+
- **secrets**: add two-level secret scanning and handling - By [Jannchie](mailto:[email protected]) in [fd4d632](https://github.com/Jannchie/tgit/commit/fd4d632)
8+
9+
### :adhesive_bandage: Fixes
10+
11+
- **version**: fix typo: reclusive -> recursive - By [Jannchie](mailto:[email protected]) in [37c88f5](https://github.com/Jannchie/tgit/commit/37c88f5)
12+
13+
### :art: Refactors
14+
15+
- **ai**: refactor ai commit generation flow - By [Jannchie](mailto:[email protected]) in [dd3ac63](https://github.com/Jannchie/tgit/commit/dd3ac63)
16+
17+
### :memo: Documentation
18+
19+
- **readme**: mention secret scanning warnings - By [Jannchie](mailto:[email protected]) in [10037b6](https://github.com/Jannchie/tgit/commit/10037b6)
20+
121
## v0.26.0
222

323
[v0.25.0...v0.26.0](https://github.com/Jannchie/tgit/compare/v0.25.0...v0.26.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.26.0"
3+
version = "0.27.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)